Skip to content
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

Paswordless Authentication with magic links #2802

Open
n3oney opened this issue May 17, 2021 · 2 comments
Open

Paswordless Authentication with magic links #2802

n3oney opened this issue May 17, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@n3oney
Copy link
Contributor

n3oney commented May 17, 2021

Right now we can log-in using GitHub, Twitter and Discord.
Another way to authenticate that wouldn't need any third-party login could be magic links sent to e-mail addresses.
If we used that, the users wouldn't have to set any sort of password while logging in using a third-party service.

It wouldn't be particularly hard to implement it too - we'd just have to input our e-mail, the server would e-mail us a link that we would just click and get logged in.
This is how Auth0 does this:
image
image

@n3oney n3oney added the enhancement New feature or request label May 17, 2021
@gr93
Copy link

gr93 commented May 17, 2021

As a heads up the first image you posted isn't fully viewable on Github dark mode, probably because of the transparent background.

@samarmohan
Copy link
Contributor

I think Ben just wants OAuth.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants