diff --git a/docs/how_to_guides/quart_extensions.rst b/docs/how_to_guides/quart_extensions.rst index 8b54da2..f531fe8 100644 --- a/docs/how_to_guides/quart_extensions.rst +++ b/docs/how_to_guides/quart_extensions.rst @@ -52,6 +52,8 @@ here, - `Quart-LibreTranslate `_ Simple integration to use LibreTranslate with your Quart app. - `Quart-Uploads `_ File upload handling for Quart. +`Quart-Enciphers `_ + Encrypted cookie session using enciphers. Supporting sync code in a Quart Extension -----------------------------------------