-
Notifications
You must be signed in to change notification settings - Fork 8
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
Register/Login with Email and Password #63
Comments
Derp! Didn't mean to close the issue. Still have to finish the password setup stage. 🧑💻 |
In case anyone is wondering why I have split the register/login into two steps
It's because several prominent UX-focussed apps/sites have reached the same conclusion: Notice how they have the "eye" icon in the password field allowing people to view the password/passphrase they have entered: #65
Read:
|
Password hashing is performed transparently by |
Shipped. 🚀 |
There will always be people who prefer to use an Email address and Password for Authentication for whatever reason. We need to give them a seamless experience.
Todo
:email
FYI: this is an interesting article on placeholders: https://www.smashingmagazine.com/2018/06/placeholder-attribute (I'm still using them!)
referer
andauth_client_id
as hidden form fieldstate
so we can redirect on success.referer
using theauth_client_secret
to sign theJWT
The text was updated successfully, but these errors were encountered: