An Auth0 driver for AdonisJS's Ally authentication module
npm install ally-auth0You will need the following installed in your Adonis5 application before installing this module.
* Ally - See https://docs.adonisjs.com/guides/auth/social for instructions
* Auth - See https://docs.adonisjs.com/guides/auth/introduction for instructions
* npm install ally-auth0
* node ace configure ally-auth0
* Update your .env file with the required environment variables.
* Update config/ally.ts and add an auth0 entry.
Now you can authentication requests using Ally. See https://docs.adonisjs.com/guides/auth/social#authenticate-requests for more info.