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
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).
6
6
7
7
## What is Auth0?
8
8
9
-
Auth0 helps you to:
9
+
Auth0 helps you to easily:
10
10
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)
17
19
18
20
## Create a free account in Auth0
19
21
@@ -24,10 +26,6 @@ Auth0 helps you to:
24
26
25
27
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.
26
28
27
-
## Author
28
-
29
-
[Auth0](https://auth0.com)
30
-
31
29
## License
32
30
33
31
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.
0 commit comments