keystone/keystone/tests/unit/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
..
__init__.py Move token persistence classes to token.persistence module 2014-07-24 16:03:50 -07:00
test_fernet_provider.py Convert user_id back to string 2019-04-08 12:45:12 -07:00
test_jws_provider.py Implement JWS token provider 2019-02-07 23:04:39 +00:00
test_token_serialization.py Add serialization for TokenModel object 2018-07-13 14:27:34 +00:00