mirror of
https://github.com/teamhanko/hanko.git
synced 2025-10-27 14:17:56 +08:00
feat: trusted devices and 'remember me' (#1982)
This commit is contained in:
@ -103,6 +103,7 @@ func NewPublicRouter(cfg *config.Config, persister persistence.Persister, promet
|
||||
httplimit.HeaderRateLimitRemaining,
|
||||
httplimit.HeaderRateLimitReset,
|
||||
"X-Session-Lifetime",
|
||||
"X-Session-Retention",
|
||||
}
|
||||
|
||||
if cfg.Session.EnableAuthTokenHeader {
|
||||
|
||||
Reference in New Issue
Block a user