bolkedebruin / rdpgw

Remote Desktop Gateway in Go for deploying on Linux/BSD/Kubernetes
Apache License 2.0
782 stars 119 forks source link

Disable UserTokenSigningKey randomization #107

Open beatrubi opened 7 months ago

beatrubi commented 7 months ago

To make the usage of user tokens possible one needs to make UserTokenSigningKey blank. This patch disables replacement of an empty UserTokenSigningKey with a random value.