You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/flask-api/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This example is deployed at Heroku at http://auth0-python-flaskapi-sample.heroku
6
6
# Running the example
7
7
In order to run the example you need to have `python` and `pip` installed.
8
8
9
-
You also need to set the client secret and ID of your Auth0 app as enviroment variables with the following names respectively: `AUTH0_CLIENT_SECRET` and `AUTH0_CLIENT_ID`.
9
+
You also need to set the client secret and ID of your Auth0 app as environment variables with the following names respectively: `AUTH0_CLIENT_SECRET` and `AUTH0_CLIENT_ID`.
10
10
11
11
For that, if you just create a file named `.env` in the directory and set the values like the following, the app will just work:
0 commit comments