Skip to content

Commit 7eb2c93

Browse files
committed
Add README license link and more information
1 parent 18da4e3 commit 7eb2c93

1 file changed

Lines changed: 28 additions & 3 deletions

File tree

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11
# Auth0 + Python Api
22

3-
[![CircleCI](https://img.shields.io/circleci/project/github/auth0-samples/auth0-python-api-samples.svg?style=flat-square)](https://circleci.com/gh/auth0-samples/auth0-python-api-samples/tree/master)
3+
[![CircleCI](https://circleci.com/gh/auth0-samples/auth0-python-api-samples.svg?style=svg)](https://circleci.com/gh/auth0-samples/auth0-python-api-samples)
44

5-
This repository contains the source code for the [Python API Quickstart](https://auth0.com/docs/quickstart/backend/python)
65

7-
Please see the quickstart itself, or the Readme's in the individual folder for more information.
6+
This repository contains the source code for the [Python API Quickstart](https://auth0.com/docs/quickstart/backend/python).
7+
8+
## What is Auth0?
9+
10+
Auth0 helps you to easily:
11+
12+
- 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.)
13+
- log in users with username/password databases, passwordless, or multi-factor authentication
14+
- link multiple user accounts together
15+
- generate signed JSON Web Tokens to authorize your API calls and flow the user identity securely
16+
- access demographics and analytics detailing how, when, and where users are logging in
17+
- enrich user profiles from other data sources using customizable JavaScript rules
18+
19+
[Why Auth0?](https://auth0.com/why-auth0)
20+
21+
## Create a free account in Auth0
22+
23+
1. Go to [Auth0](https://auth0.com) and click Sign Up.
24+
2. Use Google, GitHub or Microsoft Account to login.
25+
26+
## Issue Reporting
27+
28+
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.
29+
30+
## License
31+
32+
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more info.

0 commit comments

Comments
 (0)