keystone/keystone/token/providers/fernet
Lance Bragstad 03b4e82188 Make fernet work with oauth1 authentication
Previously, fernet didn't know how to handle oauth1 authentication
flows. This patch adds a new token version to the fernet provider and
allows it to issue oauth1 tokens.

This work is being done so that we can get fernet to be feature
equivalent with the uuid token provider. Then we will be slightly
closer to making fernet the default token provider in keystone.

Closes-Bug: 1534252

Change-Id: I638404952597bb23dff01f80efb728b653e5560c
2016-02-10 19:10:05 +00:00
..
__init__.py Rename "Keystone LightWeight Tokens" (KLWT) to "Fernet" tokens 2015-03-02 23:54:22 +00:00
core.py Make fernet work with oauth1 authentication 2016-02-10 19:10:05 +00:00
token_formatters.py Make fernet work with oauth1 authentication 2016-02-10 19:10:05 +00:00
utils.py Changed the key repo validation to allow read only 2015-12-11 20:29:09 +00:00