mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-27 14:36:36 +00:00
Use jose v4 and make clearer and fix signing/encryption
This commit is contained in:
@@ -299,6 +299,8 @@ Security:
|
||||
# PAATokenEncryptionKey: thisisasessionkeyreplacethisjetzt
|
||||
# a random string of 32 characters to secure cookies on the client
|
||||
UserTokenEncryptionKey: thisisasessionkeyreplacethisjetzt
|
||||
# Signing makes the token bigger and we are limited to 511 characters
|
||||
# UserTokenSigningKey: thisisasessionkeyreplacethisjetzt
|
||||
# if you want to enable token generation for the user
|
||||
# if true the username will be set to a jwt with the username embedded into it
|
||||
EnableUserToken: true
|
||||
|
||||
Reference in New Issue
Block a user