Skip to content

Commit a622ce8

Browse files
authored
Update README.md
minor fixes
1 parent d257068 commit a622ce8

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

00-Starter-Seed/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Auth0 + Python + Flask API Seed
22
This is the seed project you need to use if you're going to create a Python + Flask API.
33
If you just want to create a Regular Python WebApp, please
4-
check [this other seed project](https://github.com/auth0-samples/auth0-python-web-app/tree/master/01-Login)
4+
check [this project](https://github.com/auth0-samples/auth0-python-web-app/tree/master/01-Login)
55

66
# Running the example
77
In order to run the example you need to have `python` and `pip` installed.
@@ -47,9 +47,13 @@ Once you've set those 2 enviroment variables:
4747
1. Execute in command line `sh exec.sh` to run the Docker in Linux, or `.\exec.ps1` to run the Docker in Windows.
4848
2. Try calling [http://localhost:3001/ping](http://localhost:3001/ping)
4949

50+
# Testing the API
51+
5052
You can then try to do a GET to [http://localhost:3001/secured/ping](http://localhost:3001/secured/ping) which will
5153
throw an error if you don't send an access token signed with RS256 with the appropriate issuer and audience in the
52-
Authorization header. You can also try to do a GET to
54+
Authorization header.
55+
56+
You can also try to do a GET to
5357
[http://localhost:3001/secured/private/ping](http://localhost:3001/secured/private/ping) which will throw an error if
5458
you don't send an access token with the scope `read:agenda` signed with RS256 with the appropriate issuer and audience
5559
in the Authorization header.

0 commit comments

Comments
 (0)