keystone/keystone/token/providers
Lance Bragstad f3e3a653f9 Remove padding from Fernet tokens
Fernet tokens were previously percent encoded. This can cause issues with
clients doing their own encoding or not. By removing the padding and then
re-establishing it when we validate the token, we don't present that problem to
clients. This also shortens the length of a Fernet token.

Change-Id: I674bad86ccc9027ac3b365c10b3b142fc9d73c17
Related-Bug: 1433372
Closes-Bug: 1491926
2015-09-08 14:29:55 +00:00
..
fernet Remove padding from Fernet tokens 2015-09-08 14:29:55 +00:00
__init__.py Implements Pluggable V3 Token Provider 2013-07-12 13:34:22 -07:00
common.py Merge "Simplify federated_domain_name processing" 2015-08-29 04:10:02 +00:00
pki.py Consolidate the fernet provider issue_v3_token() 2015-07-01 18:56:22 +00:00
pkiz.py Consolidate the fernet provider issue_v3_token() 2015-07-01 18:56:22 +00:00
uuid.py Consolidate the fernet provider issue_v3_token() 2015-07-01 18:56:22 +00:00