mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2025-08-24 01:00:52 +02:00
Make the use of a user token configurable
This commit is contained in:
parent
2f27bd9e94
commit
27f2220a6e
4 changed files with 14 additions and 6 deletions
|
@ -49,6 +49,7 @@ type SecurityConfig struct {
|
|||
UserTokenEncryptionKey string
|
||||
UserTokenSigningKey string
|
||||
VerifyClientIp bool
|
||||
EnableUserToken bool
|
||||
}
|
||||
|
||||
type ClientConfig struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue