Skip to content

Commit 2185b94

Browse files
committed
Update README
1 parent 6f5f743 commit 2185b94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

01-Login/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ This sample demonstrates how to add authentication to a Python web app using Aut
44

55
# Running the App
66

7-
To run the sample, make sure you have `python` and `pip` installed.
7+
To run the sample, make sure you have `python3` and `pip` installed.
88

99
Rename `.env.example` to `.env` and populate it with the client ID, domain, secret, callback URL and audience for your
10-
Auth0 app. If you are not implementing any API you can use `https://YOUR_DOMAIN.auth0.com/userinfo` as the audience.
10+
Auth0 app. If you are not implementing any API you can use `https://YOUR_DOMAIN.auth0.com/userinfo` as the audience.
1111
Also, add the callback URL to the settings section of your Auth0 client.
1212

13-
Register `http://localhost:3000/callback` as `Allowed Callback URLs` and `http://localhost:3000`
13+
Register `http://localhost:3000/callback` as `Allowed Callback URLs` and `http://localhost:3000`
1414
as `Allowed Logout URLs` in your client settings.
1515

16-
Run `pip install -r requirements.txt` to install the dependencies and run `python server.py`.
16+
Run `pip install -r requirements.txt` to install the dependencies and run `python server.py`.
1717
The app will be served at [http://localhost:3000/](http://localhost:3000/).
1818

1919
# Running the App with Docker
@@ -24,15 +24,15 @@ To run the sample with [Docker](https://www.docker.com/), make sure you have `do
2424

2525
Rename the .env.example file to .env, change the environment variables, and register the URLs as explained [previously](#running-the-app).
2626

27-
Run `sh exec.sh` to build and run the docker image in Linux or run `.\exec.ps1` to build
27+
Run `sh exec.sh` to build and run the docker image in Linux or run `.\exec.ps1` to build
2828
and run the docker image on Windows.
2929

3030
## What is Auth0?
3131

3232
Auth0 helps you to:
3333

3434
* Add authentication with [multiple authentication sources](https://auth0.com/docs/identityproviders),
35-
either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others**,or
35+
either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others**,or
3636
enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**.
3737
* Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**.
3838
* Add support for **[linking different user accounts](https://auth0.com/docs/link-accounts)** with the same user.
@@ -49,7 +49,7 @@ enterprise identity systems like **Windows Azure AD, Google Apps, Active Directo
4949
## Issue Reporting
5050

5151
If you have found a bug or if you have a feature request, please report them at this repository issues section.
52-
Please do not report security vulnerabilities on the public GitHub issue tracker.
52+
Please do not report security vulnerabilities on the public GitHub issue tracker.
5353
The [Responsible Disclosure Program](https://auth0.com/whitehat) details the procedure for disclosing security issues.
5454

5555
## Author
@@ -58,4 +58,4 @@ The [Responsible Disclosure Program](https://auth0.com/whitehat) details the pro
5858

5959
## License
6060

61-
This project is licensed under the MIT license. See the [LICENSE](LICENCE) file for more info.
61+
This project is licensed under the MIT license. See the [LICENSE](../LICENSE) file for more info.

0 commit comments

Comments
 (0)