adonisjs / auth

Official Authentication package for AdonisJS
https://docs.adonisjs.com/guides/auth/introduction
MIT License
191 stars 65 forks source link

How to create custom authentication? #172

Closed alex-oliveira closed 3 years ago

alex-oliveira commented 3 years ago

I am trying to create a customized "provider / guard" to enable user authentication.

I plan to use JWT and a no-SQL database (DynamoDB or FaunaDB), but I am not finding more detailed information on how to do this.

I would like this implementation to be integrated with the way AdonisJs works.

Could someone get me some reference?

RomainLanz commented 3 years ago

Hey @alex-oliveira! 👋

Since this is not an issue with the framework but a question on how you can implement something, please create a discussion thread inside our forum.