summaryrefslogtreecommitdiff
path: root/keystoneclient/v2_0/tokens.py
Commit message (Expand)AuthorAgeFilesLines
* Remove use of positional decoratorMorgan Fainberg2017-08-071-2/+0
* Use exceptions from KeystoneauthJamie Lennox2016-08-241-1/+1
* Use AUTH_INTERFACE object from keystoneauthJamie Lennox2016-08-241-2/+2
* Fixing D105 PEP257Navid Pustchi2016-05-041-0/+1
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-1/+0
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* use positional library instead of utilsSteve Martinelli2016-01-251-2/+3
* Remove "deprecated" internal methodBrant Knudson2015-12-291-2/+2
* Add get_token_data to token CRUDJamie Lennox2015-07-151-4/+14
* Add validate token for v2.0Brant Knudson2015-01-281-0/+32
* Add fetch revocations for v2.0Brant Knudson2014-12-161-0/+10
* I18nBrant Knudson2014-10-281-1/+3
* Change unscoped token fallback to be session awareJamie Lennox2014-08-121-8/+15
* Don't log sensitive auth dataJamie Lennox2014-07-241-1/+1
* Start using positional decoratorJamie Lennox2014-03-251-0/+2
* Remove redundant default value None for dict.getZhiQiang Fan2014-02-221-1/+1
* Remove vim headerEric Guo2014-02-081-2/+0
* Fix License Headers and Enable Gating on H102Morgan Fainberg2013-08-271-0/+14
* Make ManagerWithFind abstract and fix TokenManagerAlessio Ababilov2013-05-191-1/+1
* Revert "Use TokenManager to get token"Dolph Mathews2013-04-301-2/+9
* Use TokenManager to get tokenJulien Danjou2013-04-191-9/+2
* removing repeat attempt at authorization in clientJoe Heck2012-11-091-1/+9
* Allow --token and --endpoint to bypass catalogVishvananda Ishaya2012-02-081-1/+1
* Added delete tokenDolph Mathews2012-01-301-0/+3
* more work on standardization of cliauthJesse Andrews2011-12-171-3/+3
* remove user_id as you shouldn't auth using itJesse Andrews2011-12-171-5/+2
* initial pass to cliauth blueprintJesse Andrews2011-12-171-6/+11
* more pep8 cleanupJoe Heck2011-11-101-0/+2
* Cleans up the data returned for a token a little.Gabriel Hurley2011-10-271-5/+4
* Initial commit.Gabriel Hurley2011-10-251-0/+37