mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-23 09:48:04 +00:00
fix: cookie handling (#654)
* feat: set cookie prefix and max age * cookie prefix on csrf cookie * fix: check user agent cookie in login * update oidc pkg * cleanup
This commit is contained in:
@@ -10,9 +10,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
LoginHandler = "/login"
|
||||
ConsoleHandler = "/console"
|
||||
uiname = "ui"
|
||||
uiname = "ui"
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
|
Reference in New Issue
Block a user