Skip to content

Commit c811e4b

Browse files
authored
Merge pull request auth0-samples#46 from auth0-samples/add-license-1
Create LICENSE
2 parents be9e46e + da0bc21 commit c811e4b

File tree

2 files changed

+31
-12
lines changed

2 files changed

+31
-12
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 Auth0 Samples
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

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)