Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55a0061

Browse files
committed
Update README.md
1 parent fef6aec commit 55a0061

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,31 @@
22
In this repository, you'll find all the information about integrating Auth0 with Python.
33

44
Check out the examples that we have in here in our examples folder. Each of them has a README on how to run them and on how to use them.
5+
6+
## What is Auth0?
7+
8+
Auth0 helps you to:
9+
10+
* Add authentication with [multiple authentication sources](https://docs.auth0.com/identityproviders), either social like **Google, Facebook, Microsoft Account, LinkedIn, GitHub, Twitter, Box, Salesforce, amont others**, or enterprise identity systems like **Windows Azure AD, Google Apps, Active Directory, ADFS or any SAML Identity Provider**.
11+
* Add authentication through more traditional **[username/password databases](https://docs.auth0.com/mysql-connection-tutorial)**.
12+
* Add support for **[linking different user accounts](https://docs.auth0.com/link-accounts)** with the same user.
13+
* Support for generating signed [Json Web Tokens](https://docs.auth0.com/jwt) to call your APIs and **flow the user identity** securely.
14+
* Analytics of how, when and where users are logging in.
15+
* Pull data from other sources and add it to the user profile, through [JavaScript rules](https://docs.auth0.com/rules).
16+
17+
## Create a free account in Auth0
18+
19+
1. Go to [Auth0](https://auth0.com) and click Sign Up.
20+
2. Use Google, GitHub or Microsoft Account to login.
21+
22+
## Issue Reporting
23+
24+
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.
25+
26+
## Author
27+
28+
[Auth0](auth0.com)
29+
30+
## License
31+
32+
This project is licensed under the MIT license. See the [LICENSE](LICENSE.txt) file for more info.

0 commit comments

Comments
 (0)