You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make more explicit about lack of OAuth 2.0 support
Three separate projects at my company have wasted time attempting to use this library to build an OAuth 2.0 client, simply because it's named "oauth2". Indeed there is an entire [thread](joestump#83) about this.
This banner makes it clear to anyone evaluating the library what it does and does not support.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
[](https://gitter.im/joestump/python-oauth2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)[](https://travis-ci.org/joestump/python-oauth2)[](https://codecov.io/gh/joestump/python-oauth2)
2
2
3
+
## Note: This library implements OAuth 1.0 and *not OAuth 2.0*.
4
+
3
5
# Overview
4
6
python-oauth2 is a python oauth library fully compatible with python versions: 2.6, 2.7, 3.3 and 3.4. This library is depended on by many other downstream packages such as Flask-Oauth.
0 commit comments