Skip to content

Commit

Permalink
Auth0 screenshot added
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-dunxalot committed May 30, 2020
1 parent b9d2c46 commit 13a8b81
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Contents

- [Installation](#installation)
- [Usage](#usage)
- [login()](#login)
Expand Down Expand Up @@ -53,9 +55,13 @@ Everything except `auth0Username` and `auth0Password` should match your app's ex

### Step 5: Configure Auth0

**Step 5.1**: Enable the `Password` Grant Type to your Auth0 Application:
**Step 5.1**: Go to your Auth0 Application settings and enable the `Password` Grant Type:

![auth0-grant-types](https://user-images.githubusercontent.com/4495352/83317105-6fed3780-a1f8-11ea-8d86-192e7e25f84b.jpg)

**Step 5.2**: Go to your Auth0 tenant's setting and set the default directory to `Username-Password-Authentication`:

**Step 5.2**: Set your Auth0 tenant's default directory to `Username-Password-Authentication`:
![auth0-defualt-directory](https://user-images.githubusercontent.com/4495352/83317130-898e7f00-a1f8-11ea-9a19-0386e06ef4fb.jpg)

If you have changed the name of your default directory (i.e. your tenant's default database name), you should replace `Username-Password-Authentication` with your database's name, as it's shown in the Auth0 UI. Click on 'databases' in the sidebar of the Auth0 dashboard to view your database(s).

Expand Down

0 comments on commit 13a8b81

Please sign in to comment.