mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-06-13 06:50:17 +00:00
feat: add backend for oidc consent
This commit is contained in:
@@ -18,8 +18,7 @@ var OverrideProviders = map[string]string{
|
||||
}
|
||||
|
||||
const SessionCookieName = "tinyauth-session"
|
||||
const CSRFCookieName = "tinyauth-csrf"
|
||||
const RedirectCookieName = "tinyauth-redirect"
|
||||
const OAuthSessionCookieName = "tinyauth-oauth"
|
||||
const ConsentCookieName = "tinyauth-consent"
|
||||
|
||||
const GracefulShutdownTimeout = 5 // seconds
|
||||
|
||||
Reference in New Issue
Block a user