diff --git a/flask_googlefed.py b/flask_googlefed.py index 3c6f0f8..51697d2 100644 --- a/flask_googlefed.py +++ b/flask_googlefed.py @@ -63,13 +63,11 @@ class GoogleAuth(object): """ session['openid'] = resp.identity_url return redirect(self.oid.get_next_url()) - # return self.oid.after_login(f(resp)) def _logout(self): session.pop('openid', None) return redirect(self.oid.get_next_url()) - def _get_blueprint(self, name): return Blueprint( name,