mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-09-05 13:53:33 +08:00
refactor: use crypto approach to store authorize status
This commit is contained in:
@@ -24,3 +24,5 @@ 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