UNPKG

ally-auth0

Version:

An Auth0 driver for AdonisJS's Ally authentication module

20 lines (12 loc) 646 B
# Ally-Auth0 ## Getting started ### Prerequisites You 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 ### Installation and Setup * `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.