mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: send cookie after authentication
This commit is contained in:
@@ -75,7 +75,7 @@ class OAuthAuthenticator extends OAuth2Authenticator implements AuthenticationEn
|
||||
new Cookie(
|
||||
'BEARER',
|
||||
$token,
|
||||
time() + 3600, // expiration
|
||||
time() + 7200, // expiration
|
||||
'/',
|
||||
null,
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user