summaryrefslogtreecommitdiff
path: root/keystonemiddleware/auth_token/_request.py
Commit message (Expand)AuthorAgeFilesLines
* Rename _v3_to_v2_catalog to _normalize_catalog8.0.0Gage Hugo2019-12-201-14/+10
* Fix bandit warningLance Bragstad2019-06-201-2/+2
* Introduce new header for system-scoped tokensLance Bragstad2018-05-021-0/+9
* Replace six.iteritems() with .items()Van Hung Pham2017-07-121-3/+2
* Pass X_IS_ADMIN_PROJECT header from auth_tokenJamie Lennox2016-06-211-0/+13
* Fix D400 PEP257 violationNavid Pustchi2016-05-061-3/+3
* Remove bandit.yaml in favor of defaultsBrant Knudson2016-03-091-1/+2
* Use keystoneauthJamie Lennox2015-11-231-2/+2
* Separate setting catalog on headers from othersJamie Lennox2015-10-141-9/+18
* Use request helpers for token_info/token_authJamie Lennox2015-10-081-0/+10
* Merge "Don't allow webob to set a default content type"2.1.0Jenkins2015-07-061-0/+9
|\
| * Don't allow webob to set a default content typeJamie Lennox2015-06-231-0/+9
* | Add token_auth helper to requestJamie Lennox2015-07-011-0/+10
* | Add user_token and service_token to requestJamie Lennox2015-07-011-0/+9
* | Make token bind work with a requestJamie Lennox2015-06-231-0/+16
|/
* Refactor request methods onto request objectJamie Lennox2015-06-101-0/+180