eca2ef20d0
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
10 lines
211 B
Go
10 lines
211 B
Go
package constants
|
|
|
|
const SeesionName = "authentik_proxy"
|
|
|
|
const SessionOAuthState = "oauth_state"
|
|
const SessionClaims = "claims"
|
|
|
|
const SessionRedirect = "redirect"
|
|
const SessionLoopDetection = "loop_detection"
|