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

Add password less auth #8

Open
marvincaspar opened this issue Oct 18, 2019 · 0 comments
Open

Add password less auth #8

marvincaspar opened this issue Oct 18, 2019 · 0 comments
Labels
hacktoberfest help wanted Extra attention is needed

Comments

@marvincaspar
Copy link
Owner

Add a simple auth function for register, login, logout without storing any passwords. Use mechanics like a magic link (generate a login token -> send the token via email to the user -> user opens the link and is logged in).

Don't store data in a session, use JWT

Out of scope:

  • email sender. just implement an interface
@marvincaspar marvincaspar added hacktoberfest help wanted Extra attention is needed labels Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant