# 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.
