keystone/keystone/token
Morgan Fainberg 6982dc2fc2 Do not require the token_id for converting v3 to v2 tokens
Requiring the token_id as part of the arguments for converting v3 to
v2 tokens results in a more difficult transition to the unification
of the code paths for issuing and validating V2 tokens. This is the
first step in eliminating similar but not-quite the same code paths
for issuing and validating Fernet V2 tokens and all other forms of
V2 tokens.

Change-Id: I348974c8285a1a7b724aee1bfbf2d694d5d77406
2015-08-12 18:24:11 +00:00
..
persistence Merge "Standardize documentation at Service Managers" 2015-07-15 21:11:12 +00:00
providers Do not require the token_id for converting v3 to v2 tokens 2015-08-12 18:24:11 +00:00
__init__.py Remove deprecated methods and functions in token subsystem 2015-02-27 11:04:38 -08:00
controllers.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
provider.py Use dict.items() rather than six.iteritems() 2015-08-02 09:53:45 -05:00
routers.py HEAD responses should return same status as GET 2014-07-08 22:37:44 -07:00
utils.py Refactor: extract and rename unique_id method 2015-03-24 14:38:49 +00:00