coast icon indicating copy to clipboard operation
coast copied to clipboard

Authn/Authz/Registration integrate into core

Open Immortalin opened this issue 6 years ago • 3 comments

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.

Immortalin avatar May 19 '19 19:05 Immortalin

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

swlkr avatar May 20 '19 05:05 swlkr

@swlkr here's another example:

https://github.com/danschultzer/pow

Immortalin avatar Sep 06 '19 23:09 Immortalin

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

dawranliou avatar Oct 04 '19 22:10 dawranliou