Skip to content

Commit da0bc21

Browse files
committed
Update README
1 parent bb7e665 commit da0bc21

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22

33
[![CircleCI](https://circleci.com/gh/auth0-samples/auth0-python-web-app.svg?style=svg)](https://circleci.com/gh/auth0-samples/auth0-python-web-app)
44

5-
This sample demonstrates how to add authentication to a Python web app using Auth0.
5+
This repository contains the source code for the [Python Web App Quickstart](https://auth0.com/docs/quickstart/webapp/python).
66

77
## What is Auth0?
88

9-
Auth0 helps you to:
9+
Auth0 helps you to easily:
1010

11-
* Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, among others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**.
12-
* Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**.
13-
* Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user.
14-
* Support for generating signed [JSON Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely.
15-
* Analytics of how, when and where users are logging in.
16-
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
11+
- implement authentication with multiple identity providers, including social (e.g., Google, Facebook, Microsoft, LinkedIn, GitHub, Twitter, etc), or enterprise (e.g., Windows Azure AD, Google Apps, Active Directory, ADFS, SAML, etc.)
12+
- log in users with username/password databases, passwordless, or multi-factor authentication
13+
- link multiple user accounts together
14+
- generate signed JSON Web Tokens to authorize your API calls and flow the user identity securely
15+
- access demographics and analytics detailing how, when, and where users are logging in
16+
- enrich user profiles from other data sources using customizable JavaScript rules
17+
18+
[Why Auth0?](https://auth0.com/why-auth0)
1719

1820
## Create a free account in Auth0
1921

@@ -24,10 +26,6 @@ Auth0 helps you to:
2426

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

27-
## Author
28-
29-
[Auth0](https://auth0.com)
30-
3129
## License
3230

3331
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.

0 commit comments

Comments
 (0)