mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-05 22:03:33 +08:00
feat: use db store for consent
This commit is contained in:
@@ -21,8 +21,5 @@ var ReservedProviderNames = []string{"local", "ldap", "tailscale"}
|
||||
|
||||
const SessionCookieName = "tinyauth-session"
|
||||
const OAuthSessionCookieName = "tinyauth-oauth"
|
||||
const OIDCScopeCookieName = "tinyauth-scope"
|
||||
|
||||
const GracefulShutdownTimeout = 5 // seconds
|
||||
|
||||
const HKDFSalt = "tinyauth-hkdf-salt-v1"
|
||||
|
||||
Reference in New Issue
Block a user