Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auth0-samples/auth0-python-web-app
Auth0 Integration Samples for Python and Flask Web Applications
https://github.com/auth0-samples/auth0-python-web-app
auth0 authentication dx-sdk-quickstart flask python quickstart webapp
Last synced: 23 days ago
JSON representation
Auth0 Integration Samples for Python and Flask Web Applications
- Host: GitHub
- URL: https://github.com/auth0-samples/auth0-python-web-app
- Owner: auth0-samples
- License: mit
- Created: 2016-05-20T21:31:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T15:05:43.000Z (3 months ago)
- Last Synced: 2024-10-01T02:23:15.727Z (about 1 month ago)
- Topics: auth0, authentication, dx-sdk-quickstart, flask, python, quickstart, webapp
- Language: Python
- Homepage: https://auth0.com/docs/quickstart/webapp/python
- Size: 97.7 KB
- Stars: 177
- Watchers: 33
- Forks: 197
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Auth0 Python Web App
[![CircleCI](https://circleci.com/gh/auth0-samples/auth0-python-web-app.svg?style=svg)](https://circleci.com/gh/auth0-samples/auth0-python-web-app)
This repository contains the source code for the [Python Web App Quickstart](https://auth0.com/docs/quickstart/webapp/python).
## What is Auth0?
Auth0 helps you to easily:
- 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.)
- log in users with username/password databases, passwordless, or multi-factor authentication
- link multiple user accounts together
- generate signed JSON Web Tokens to authorize your API calls and flow the user identity securely
- access demographics and analytics detailing how, when, and where users are logging in
- enrich user profiles from other data sources using customizable JavaScript rules[Why Auth0?](https://auth0.com/why-auth0)
## Create a free account in Auth0
1. Go to [Auth0](https://auth0.com) and click Sign Up.
2. Use Google, GitHub or Microsoft Account to login.## Issue Reporting
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.
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.