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

Allow authentication through email token #35

Open
audiodude opened this issue Jan 4, 2024 · 0 comments
Open

Allow authentication through email token #35

audiodude opened this issue Jan 4, 2024 · 0 comments

Comments

@audiodude
Copy link
Owner

We should be able to authenticate a user using only an email address, provided that the user is able to click a link that we send to that address (which would contain an encrypted token which itself contains the email address).

Unfortunately this means we would have to implement email capabilities, presumably through Mailgun.

This also poses the question of what to do if a user logs in with Google (and has [email protected] stored in their profile) but tries to authenticate again using that email directly. Presumably it is okay to allow this authentication to proceed?

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

No branches or pull requests

1 participant