keystone/keystone/auth
Jamie Lennox b39132daa0 Remove the TokenAuth middleware
The entire purpose of this confusingly named middleware is to take token
values out of headers and put them into a dictionary. There's no point
in this, we have a request class that can abstract this for us.

Deprecate the middleware, it's unnecessary.

bp: deprecated-as-of-rocky
Change-Id: I09310bab6bd728127288ba4c3cf8f884a31e2b98
2018-05-10 14:40:39 +00:00
..
plugins Merge "Fix user email in federated shadow users" 2018-03-28 10:47:32 +00:00
__init__.py Process and validate auth methods against MFA rules 2017-01-31 08:48:35 -08:00
controllers.py Remove the TokenAuth middleware 2018-05-10 14:40:39 +00:00
core.py Removal of deprecated direct driver loading 2018-03-27 19:20:15 +00:00
routers.py Implement GET /v3/auth/system 2018-01-24 01:09:16 +00:00
schema.py Implement system-scoped tokens 2018-01-23 23:33:43 +00:00