add more oauth providers, really authenticate

This commit is contained in:
Matthew Scragg 2015-10-21 17:34:20 -05:00
parent 4375db4f8c
commit c92cc46db2
4 changed files with 54 additions and 13 deletions

View file

@ -33,4 +33,6 @@ def callback(provider):
resp['oauth_token_secret']
)
User.auth(provider, resp)
return redirect(next_url)