From b7f289501474ad7791897756387e19c08a780a3a Mon Sep 17 00:00:00 2001 From: edicristofaro Date: Tue, 11 Apr 2017 16:06:20 -0400 Subject: [PATCH] Commented oauth.py --- app/oauth.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/oauth.py b/app/oauth.py index eb9cd93..24c7d81 100644 --- a/app/oauth.py +++ b/app/oauth.py @@ -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