Skip to content

Commit 90729b7

Browse files
authored
Merge pull request #19 from gerardoprada/master
Update README.md, fix #18
2 parents 17470eb + 1646fce commit 90729b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

00-Starter-Seed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This sample demonstrates how to add authentication to a Python web app using Aut
66

77
To run the sample, make sure you have `python` and `pip` installed.
88

9-
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.
9+
Rename `.env.example` to `.env` and populate it with the client ID, domain, secret, and audience for your Auth0 app. If you are not implementing any API you can use `https://YOUR_DOMAIN.auth0.com/userinfo` as the audience. Also, add the callback URL to the settings section of your Auth0 client.
1010

1111
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/).
1212

0 commit comments

Comments
 (0)