Skip to content
Snippets Groups Projects
Unverified Commit 3982a6ee authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

Changing macaroon_secret_key no longer logs you out (#4387)

parent 05e12966
Branches
Tags
No related merge requests found
Fix a comment in the generated config file
...@@ -83,9 +83,6 @@ class KeyConfig(Config): ...@@ -83,9 +83,6 @@ class KeyConfig(Config):
# a secret which is used to sign access tokens. If none is specified, # a secret which is used to sign access tokens. If none is specified,
# the registration_shared_secret is used, if one is given; otherwise, # the registration_shared_secret is used, if one is given; otherwise,
# a secret key is derived from the signing key. # a secret key is derived from the signing key.
#
# Note that changing this will invalidate any active access tokens, so
# all clients will have to log back in.
%(macaroon_secret_key)s %(macaroon_secret_key)s
# Used to enable access token expiration. # Used to enable access token expiration.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment