Add support for OAuth1 logins
commit5c99eeed6b6e4f4a3d428a1e06b1bf0a0a02c4fd
authorMagnus Hagander <magnus@hagander.net>
Tue, 25 Jun 2019 14:18:15 +0000 (25 16:18 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 25 Jun 2019 14:18:15 +0000 (25 16:18 +0200)
treeae45decbda4df50a3ea2abcd6d5e6295ce03ceca
parent0c8abeab97425075d5ad51045a9cfc84a98d7577
Add support for OAuth1 logins

Most providers today are OAuth2, but not all. Much is the same, but some
parts of the flow are fundamentally completely different. So we need a
separate implementation for it.
pgweb/account/oauthclient.py