remove tokengetter callback

This commit is contained in:
Matthew Scragg 2015-11-13 17:04:47 -06:00
parent c3ac176c15
commit 027abd0658
1 changed files with 0 additions and 4 deletions

View File

@ -82,10 +82,6 @@ providers = {
}
}
@oauth.tokengetter
def get_token(provider):
return session.get(provider + "_token")
class User(BaseUser):
type = 'oauth'
provider = None