summaryrefslogtreecommitdiff
path: root/keystonemiddleware/auth_token.py
Commit message (Expand)AuthorAgeFilesLines
* Move auth_token into its own folderJamie Lennox2015-02-191-2177/+0
* Merge "Refactor auth_token revocation list members to new class"Jenkins2015-02-191-84/+93
|\
| * Refactor auth_token revocation list members to new classBrant Knudson2015-02-101-84/+93
* | Merge "Refactor extract class for signing directory"Jenkins2015-02-191-64/+84
|\ \ | |/
| * Refactor extract class for signing directoryBrant Knudson2015-02-101-64/+84
* | Merge "Turn our auth plugin into a token interface"Jenkins2015-02-101-9/+152
|\ \ | |/ |/|
| * Turn our auth plugin into a token interfaceJamie Lennox2015-02-101-9/+152
* | Merge "Refactor auth_uri handling"Jenkins2015-02-101-20/+25
|\ \ | |/ |/|
| * Refactor auth_uri handlingBrant Knudson2015-02-081-20/+25
* | iso expires should be returned in one placewanghong2015-02-091-9/+7
* | Merge "fallback to online validation if offline validation fails"Jenkins2015-02-091-12/+25
|\ \
| * | fallback to online validation if offline validation failswanghong2014-12-171-12/+25
* | | Merge "Remove custom string truth handling"Jenkins2015-02-091-4/+1
|\ \ \ | |_|/ |/| |
| * | Remove custom string truth handlingJamie Lennox2015-01-281-4/+1
* | | Merge "Switch from oslo.config to oslo_config"Jenkins2015-02-071-1/+1
|\ \ \
| * | | Switch from oslo.config to oslo_configBrant Knudson2015-01-181-1/+1
* | | | Merge "Switch from oslo.serialization to oslo_serialization"Jenkins2015-02-071-1/+1
|\ \ \ \ | |/ / /
| * | | Switch from oslo.serialization to oslo_serializationBrant Knudson2015-01-181-1/+1
* | | | Merge "Switch from oslo.utils to oslo_utils"Jenkins2015-02-071-1/+1
|\ \ \ \ | |/ / /
| * | | Switch from oslo.utils to oslo_utilsBrant Knudson2015-01-181-1/+1
* | | | Merge "Fix passing parameters to log message"Jenkins2015-01-281-5/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix passing parameters to log messageJamie Lennox2015-01-051-5/+5
* | | | Merge "Correct failures for check E122"Jenkins2015-01-191-4/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Correct failures for check E122Brant Knudson2015-01-131-4/+5
* | | | Merge "support micro version if sent"Jenkins2015-01-141-6/+17
|\ \ \ \ | |/ / / |/| | |
| * | | support micro version if sentwanghong2015-01-071-6/+17
* | | | Correct failures for check H703Brant Knudson2015-01-131-2/+2
* | | | Merge "Correct failures for check H238"Jenkins2015-01-131-1/+1
|\ \ \ \
| * | | | Correct failures for check H238Brant Knudson2015-01-111-1/+1
| |/ / /
* | | | Fix environ keys missing HTTP_ prefixAlistair Coles2015-01-081-4/+4
|/ / /
* | | Merge "Correct incorrect rst in docstrings"Jenkins2015-01-061-17/+17
|\ \ \ | |/ / |/| |
| * | Correct incorrect rst in docstringsBrant Knudson2014-12-291-17/+17
* | | remove unused variable in _IdentityServerwanghong2014-12-291-2/+0
|/ /
* | Fix auth_token does version request for no token1.3.1Brant Knudson2014-12-191-99/+122
|/
* Merge "remove the unused method _will_expire_soon"Jenkins2014-12-161-10/+0
|\
| * remove the unused method _will_expire_soonwanghong2014-12-111-10/+0
* | Merge "Use new ksc features in User Token Plugin"Jenkins2014-12-121-18/+8
|\ \
| * | Use new ksc features in User Token PluginJamie Lennox2014-10-271-18/+8
* | | Allow loading other auth methods in auth_tokenJamie Lennox2014-12-091-18/+36
| |/ |/|
* | Add a test to ensure the version check errorJamie Lennox2014-12-081-1/+1
* | Split identity server into v2 and v3Jamie Lennox2014-12-081-120/+121
* | Use real discovery object in auth_token middleware.Jamie Lennox2014-12-051-57/+57
* | Merge "Fix paste config option conversion for auth options"Jenkins2014-12-011-1/+1
|\ \
| * | Fix paste config option conversion for auth optionsBrant Knudson2014-11-211-1/+1
* | | Merge "Auth token supports deprecated names for paste conf options"Jenkins2014-12-011-6/+16
|\ \ \ | |/ /
| * | Auth token supports deprecated names for paste conf optionsBrant Knudson2014-11-211-6/+16
* | | Merge "Change occurrences of keystone to identity server"Jenkins2014-11-291-28/+24
|\ \ \ | |/ /
| * | Change occurrences of keystone to identity serverBrant Knudson2014-11-211-28/+24
* | | Merge "Docstring cleanup"Jenkins2014-11-261-21/+24
|\ \ \ | |/ / |/| |
| * | Docstring cleanupBrant Knudson2014-10-081-21/+24