10000 Feature Request: Passwordless Email Authentication · Issue #1301 · smartstore/Smartstore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Feature Request: Passwordless Email Authentication #1301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stefanmuellerdo opened this issue Apr 24, 2025 · 1 comment
Open

Feature Request: Passwordless Email Authentication #1301

stefanmuellerdo opened this issue Apr 24, 2025 · 1 comment
Milestone

Comments

@stefanmuellerdo
Copy link

Feature Description

I'd like to request implementation of a new passwordless login option for Smartstore. This would allow customers to authenticate using only their email address without needing to create and remember a password. There seems to be a trend for that.

User Flow

  1. Customer enters his email address on the Smartstore login screen
  2. Customer clicks "Login with Email"
  3. Smartstore sends a secure, time-limited authentication link to customers email
  4. Customer clicks the link in his email account
  5. He is automatically logged into his account (without having to type a password)

Benefits

  • Improved user experience: Removes friction during login
  • Enhanced security: Eliminates weak passwords and reduces risks of credential stuffing attacks
  • Reduced support: Fewer password reset requests to handle
  • Modern approach: Aligns with current best practices used by many popular services

Technical Considerations

  • Authentication links should be single-use and expire after a short period (15-30 minutes)
  • Should coexist with traditional password-based authentication
  • Could integrate with existing email template system?

Example Implementation

Similar functionality exists in other platforms like Liberapay (screenshot attached) and services like Slack, Medium, and others.

Priority

Medium - This would significantly improve user experience but is not critical functionality.

Image
@muratcakir
Copy link
Contributor

Also refers to #626

@muratcakir muratcakir added this to the 7.0 milestone Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
0