This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2021-09-08 18:04:56 +00:00
|
|
|
package constants
|
|
|
|
|
2022-05-20 08:10:26 +00:00
|
|
|
const SessionName = "authentik_proxy"
|
2021-09-08 18:04:56 +00:00
|
|
|
|
|
|
|
const SessionOAuthState = "oauth_state"
|
|
|
|
const SessionClaims = "claims"
|
2021-09-09 08:56:20 +00:00
|
|
|
|
|
|
|
const SessionRedirect = "redirect"
|