avelino / bottle-auth

Bootle authentication, for Personal, Google, Twitter and facebook
https://pypi.python.org/pypi/bottle-auth
MIT License
29 stars 12 forks source link

Support Google OAuth 2.0 #12

Open azaroth42 opened 9 years ago

azaroth42 commented 9 years ago

As the OpenID service is being shut down[1], and no longer accepts new domains being registered, supporting the OAuth 2.0 pattern[2] would be valuable.

http://stackoverflow.com/questions/9499286/using-google-oauth2-with-flask seems like a valuable resource

[1] https://developers.google.com/accounts/docs/OpenID [2] https://developers.google.com/accounts/docs/OAuth2WebServer

avelino commented 9 years ago

The idea is to migrate to oauthlib #7