Commented oauth.py

This commit is contained in:
edicristofaro 2017-04-11 16:06:20 -04:00 committed by GitHub
parent 126bfae52c
commit b7f2895014
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
""" """
Module provides OAuth signin for Twitter, Facebook and Google. Somewhat hacked together as a learning exercise. Module provides OAuth signin for Twitter, Facebook and Google. This was done as a learning exercise to add
Google OAuth, but may be useful to current microblog tutorial followers looking to implement OAuth instead of OpenID.
Credit to Miguel Grinberg's Flask/OAuth tutorial, most of the code and knowledge came from here:
https://blog.miguelgrinberg.com/post/oauth-authentication-with-flask
""" """
from rauth import OAuth1Service, OAuth2Service from rauth import OAuth1Service, OAuth2Service