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

Authn/Authz/Registration integrate into core #74

Open
Immortalin opened this issue May 19, 2019 · 3 comments
Open

Authn/Authz/Registration integrate into core #74

Immortalin opened this issue May 19, 2019 · 3 comments
Assignees

Comments

@Immortalin
Copy link

Django has authn/Authz/ registration built-in, Rails has devise, ASP .NET Core has Identity. This is too important a feature to leave to external libraries and security is something that's difficult to implement well by end users. Some typical features would be user sign ups, password reset, passwordless email links auth, 2FA WebAuthn, API Token Auth, OAuth etc.

@swlkr
Copy link
Member

swlkr commented May 20, 2019

I was just talking about this, I definitely wanted to write some coast specific middleware that handles auth similar to devise, this definitely motivates me to get it done

@Immortalin
Copy link
Author

@swlkr here's another example:

https://github.com/danschultzer/pow

@dawranliou
Copy link
Member

At the meanwhile, you can also follow the Authentication on the doc. Here's how you do it in action: https://youtu.be/Wm2wQILm0x4 😄

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

3 participants