de1007a14c
This change moves the token_formatter under fernet to be located under the token directory. This is to allow for the functionality of token_formatter to be easily used with other token providers. Change-Id: I3a1ee30f69c33c9dd98c7e39e552b7908cc836e1
9 lines
329 B
YAML
9 lines
329 B
YAML
---
|
|
features:
|
|
- |
|
|
The token_formatter utility class has been moved from under fernet
|
|
to the default token directory. This is to allow for the reuse of
|
|
functionality with other token providers. Any deployments that are
|
|
specifically using the fernet utils may be affected and will need
|
|
to adjust accordingly.
|