mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 02:24:08 +00:00
Merge pull request #1896 from thoralf-gutierrez/fix-typos-in-config
Fix typos in auth config documentation
This commit is contained in:
@@ -49,7 +49,7 @@ class Authenticator(LoggingConfigurable):
|
|||||||
|
|
||||||
Encrypting auth_state requires the cryptography package.
|
Encrypting auth_state requires the cryptography package.
|
||||||
|
|
||||||
Additionally, the JUPYTERHUB_CRYPTO_KEY envirionment variable must
|
Additionally, the JUPYTERHUB_CRYPT_KEY environment variable must
|
||||||
contain one (or more, separated by ;) 32B encryption keys.
|
contain one (or more, separated by ;) 32B encryption keys.
|
||||||
These can be either base64 or hex-encoded.
|
These can be either base64 or hex-encoded.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user