1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-15 00:15:00 +02:00

Always encrypt sessions regardless of configuration

This commit is contained in:
Timo Beckers
2020-02-24 12:23:35 +01:00
committed by Joel Speed
parent 0c9795a964
commit 276d1c6f19
4 changed files with 49 additions and 40 deletions

View File

@ -15,7 +15,7 @@ import (
)
const (
cookieSecret = "foobar"
cookieSecret = "secretthirtytwobytes+abcdefghijk"
clientID = "bazquux"
clientSecret = "xyzzyplugh"
)