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
{{ message }}
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.
Should separate modules be craeted for flask, bottle etc in the oauth2client directory? Or would we create an integrations module that contains all of this?
I also vote for approaching this as an opportunity to think about extensibility. In other words, make it so that it's clear and easy for someone to build such an extension (maybe even just build this as extension libraries, e.g. requests-oauthlib).
I'm working on this, as I have existing sample code that mostly does this. I'll submit a PR shortly and we can continue discussion there as we flesh this out.
The OAuth2Decorator pattern has been implemented for the WebApp2Framework. See the class OAuth2Decorator here:
https://github.com/google/oauth2client/blob/master/oauth2client/appengine.py
This pattern if very effective for usability of 3LO and should be extended to other frameworks. This item tracks implementing this pattern for Flask.
The text was updated successfully, but these errors were encountered: