[PR #1710] [MERGED] Passwordless sign in with email address #3457

Closed
opened 2026-03-17 01:04:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1710
Author: @liyasthomas
Created: 6/9/2021
Status: Merged
Merged: 6/11/2021
Merged by: @AndrewBastin

Base: mainHead: feat/email-auth


📝 Commits (6)

  • be67986 feat: sign in with email
  • da491a2 Merge branch 'main' into feat/email-auth
  • 9b43f9a Close email modal on login complete
  • 07e2cb5 Email login toast improvements
  • 03987da refactor: better ui + ux for email sign in
  • 2351f64 Merge branch 'main' into feat/email-auth

📊 Changes

11 files changed (+222 additions, -8 deletions)

View changed files

📝 components/app/Header.vue (+3 -1)
components/firebase/Email.vue (+136 -0)
📝 components/firebase/Login.vue (+6 -0)
📝 components/http/Notes.vue (+3 -1)
📝 components/smart/Modal.vue (+3 -1)
📝 components/teams/index.vue (+3 -1)
📝 helpers/fb.js (+14 -0)
📝 lang/en-US.json (+6 -1)
pages/enter.vue (+42 -0)
📝 pages/index.vue (+2 -2)
📝 pages/settings.vue (+4 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1710 **Author:** [@liyasthomas](https://github.com/liyasthomas) **Created:** 6/9/2021 **Status:** ✅ Merged **Merged:** 6/11/2021 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `main` ← **Head:** `feat/email-auth` --- ### 📝 Commits (6) - [`be67986`](https://github.com/hoppscotch/hoppscotch/commit/be67986123ddd69b986ab3e88c75d7ffe054757a) feat: sign in with email - [`da491a2`](https://github.com/hoppscotch/hoppscotch/commit/da491a29678c3b0fcb1c0a6fac7309afe112f1a0) Merge branch 'main' into feat/email-auth - [`9b43f9a`](https://github.com/hoppscotch/hoppscotch/commit/9b43f9a40c438b82a8bf417cd0c63096e77b9062) Close email modal on login complete - [`07e2cb5`](https://github.com/hoppscotch/hoppscotch/commit/07e2cb5cd936bdb667b802993ef49542b2ce9910) Email login toast improvements - [`03987da`](https://github.com/hoppscotch/hoppscotch/commit/03987da05bd1189841e0e7878a863565350af2de) refactor: better ui + ux for email sign in - [`2351f64`](https://github.com/hoppscotch/hoppscotch/commit/2351f64e6f90d7c32a9820ed20759c2218e1a75c) Merge branch 'main' into feat/email-auth ### 📊 Changes **11 files changed** (+222 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `components/app/Header.vue` (+3 -1) ➕ `components/firebase/Email.vue` (+136 -0) 📝 `components/firebase/Login.vue` (+6 -0) 📝 `components/http/Notes.vue` (+3 -1) 📝 `components/smart/Modal.vue` (+3 -1) 📝 `components/teams/index.vue` (+3 -1) 📝 `helpers/fb.js` (+14 -0) 📝 `lang/en-US.json` (+6 -1) ➕ `pages/enter.vue` (+42 -0) 📝 `pages/index.vue` (+2 -2) 📝 `pages/settings.vue` (+4 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:04:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3457
No description provided.