mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Allow oauth1 field oauth_verifier in querystring
This commit is contained in:
@ -284,7 +284,7 @@ def oauth_login_twitter(request):
|
||||
_twitter_auth_data)
|
||||
|
||||
|
||||
@queryparams('code', 'state', 'next')
|
||||
@queryparams('code', 'state', 'next', 'oauth_verifier')
|
||||
def login_oauth(request, provider):
|
||||
fn = 'oauth_login_{0}'.format(provider)
|
||||
m = sys.modules[__name__]
|
||||
|
Reference in New Issue
Block a user