authentik/internal/outpost/proxyv2/constants/constants.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"