diff --git a/doc/source/admin/identity-caching-layer.rst b/doc/source/admin/identity-caching-layer.rst index 652b45a462..d438c06875 100644 --- a/doc/source/admin/identity-caching-layer.rst +++ b/doc/source/admin/identity-caching-layer.rst @@ -150,7 +150,7 @@ will perform proper invalidations of the cached methods listed above. For more information about the different back ends (and configuration options), see: -- `dogpile.cache.memory `__ +- `dogpile.cache.memory `__ - `dogpile.cache.memcached `__ diff --git a/doc/source/admin/identity-fernet-token-faq.rst b/doc/source/admin/identity-fernet-token-faq.rst index 5b82bd5a10..f2f6e1163b 100644 --- a/doc/source/admin/identity-fernet-token-faq.rst +++ b/doc/source/admin/identity-fernet-token-faq.rst @@ -10,7 +10,7 @@ What is a fernet token? A fernet token is a bearer token that represents user authentication. Fernet tokens contain a limited amount of identity and authorization data in a -`MessagePacked `_ payload. The payload is then wrapped as +`MessagePacked `_ payload. The payload is then wrapped as a `Fernet `_ message for transport, where Fernet provides the required web safe characteristics for use in URLs and headers. The data inside a fernet token is protected using symmetric encryption