keystone/keystone/token
Colleen Murphy 44c1b3d284 Convert user_id back to string
Now that the user ID for shadowed, federated users is no longer a random
UUID but a sha256 hash, the token formatter shouldn't be trying to
convert it to a byte string, and yet on python3 msgpack does anyway, so
we need to convert it back to a string.

Related-bug: #1641639

Change-Id: Icb2a591642df96d5bbd02428d2b0d0e8090009c0
2019-04-08 12:45:12 -07:00
..
providers Implement JWS token provider 2019-02-07 23:04:39 +00:00
__init__.py Remove the sql token driver and uuid token provider 2018-02-12 17:32:47 +00:00
provider.py Deprecate cache_on_issue configuration option 2019-02-18 17:32:13 +00:00
token_formatters.py Convert user_id back to string 2019-04-08 12:45:12 -07:00