mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 00:47:33 +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:
@@ -9,10 +9,10 @@ import (
|
||||
http_utils "github.com/caos/zitadel/internal/api/http"
|
||||
)
|
||||
|
||||
type key int
|
||||
type securityKey int
|
||||
|
||||
const (
|
||||
nonceKey key = 0
|
||||
nonceKey securityKey = 0
|
||||
|
||||
DefaultNonceLength = uint(32)
|
||||
)
|
||||
|
Reference in New Issue
Block a user