mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-25 13:06:30 -05:00
Fix issues with JWT login
This commit is contained in:
parent
89e6839a48
commit
565c2edb0a
2 changed files with 8 additions and 3 deletions
|
|
@ -30,6 +30,8 @@ class JWTConfig(Config):
|
|||
|
||||
def default_config(self, **kwargs):
|
||||
return """\
|
||||
# The JWT needs to contain a globally unique "sub" (subject) claim.
|
||||
#
|
||||
# jwt_config:
|
||||
# enabled: true
|
||||
# secret: "a secret"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue