Skip to content

Commit 919ad30

Browse files
committed
updated readme.md
1 parent 9d4c860 commit 919ad30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

00-Starter-Seed/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ To run the sample, make sure you have `python` and `pip` installed.
88

99
Rename `.env.example` to `.env` and populate it with the client ID, domain, and secret for your Auth0 app. Also, add the callback URL to the settings section of your Auth0 client.
1010

11+
Register `http://localhost:3000/callback` as `Allowed Callback URLs` and `http://localhost:3000` as `Allowed Logout URLs` in your app settings.
12+
1113
Run `pip install -r requirements.txt` to install the dependencies and run `python server.py`. The app will be served at [http://localhost:3000/](http://localhost:3000/).
1214

1315
## What is Auth0?

0 commit comments

Comments
 (0)