Skip to content

Commit

Permalink
Renamed oauthlib repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHuot authored Mar 15, 2018
1 parent fad0287 commit accc1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Interested to implement your own OAuth2.0 provider in python ? You're at the right place.

Combine the excellent https://github.com/idan/oauthlib framework and the micro-framework https://github.com/bottlepy/bottle to provide OAuth2.0 authentication in only a couple of minutes.
Combine the excellent https://github.com/oauthlib/oauthlib framework and the micro-framework https://github.com/bottlepy/bottle to provide OAuth2.0 authentication in only a couple of minutes.

OAuth2.0 basic knowledge is more than welcomed ! However, for novices users, as a rule of thumb, you must understand the OAuth2.0 is a delegation protocol. Basically, it delegates authentication (credentials) and authorization (scopes) to an application (client).

Expand Down

0 comments on commit accc1df

Please sign in to comment.