Skip to content

Commit f53e6b8

Browse files
committed
Merge pull request github#301 from ib-lundgren/oauth-example-with-python-flask
Add a simple python OAuth example using requests-oauthlib.
2 parents 40ea112 + 59a8a6f commit f53e6b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/v3/oauth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ links that might be of help:
354354
* [Facebook Login API](http://developers.facebook.com/docs/technical-guides/login/)
355355
* [Ruby OAuth2 lib](https://github.com/intridea/oauth2)
356356
* [Simple Ruby/Sinatra example](https://gist.github.com/9fd1a6199da0465ec87c)
357+
* [Python Flask example](https://gist.github.com/ib-lundgren/6507798) using [requests-oauthlib](https://github.com/requests/requests-oauthlib)
357358
* [Simple Python example](https://gist.github.com/e3fbd47fbb7ee3c626bb) using [python-oauth2](https://github.com/dgouldin/python-oauth2)
358359
* [Ruby OmniAuth example](https://github.com/intridea/omniauth)
359360
* [Ruby Sinatra extension](https://github.com/atmos/sinatra_auth_github)

0 commit comments

Comments
 (0)