keystone/keystone/auth/plugins
Vishakha Agarwal 48fad49540 Fix oauthlib update errors
It seems flask is providing a class which is kind of
hybrid between list & dict and provide this error
because of this. Providing a dict instead of the
werkzeug.datastructures.EnvironHeaders.

Closes-Bug: #1839393
Change-Id: Ic8e8e8153f4c812145ff3976c934c84f401f1019
2019-09-05 11:48:41 -07:00
..
__init__.py Move UserAuthInfo to a separate file 2015-02-27 15:15:18 +00:00
application_credential.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
base.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
core.py Emit CADF notifications on authentication for invalid users 2018-10-25 17:43:37 -07:00
external.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
mapped.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
oauth1.py Fix oauthlib update errors 2019-09-05 11:48:41 -07:00
password.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
token.py Convert auth to flask native dispatching 2018-10-09 23:23:03 -07:00
totp.py Add support for previous TOTP windows 2019-08-14 13:16:59 +12:00