mirror of
https://github.com/lukaszraczylo/traefikoidc.git
synced 2026-06-05 22:44:17 +00:00
Smarter approach to the cookies (#103)
* Smarter approach to the cookies - Single maxCookieSize = 1400 constant with clear documentation - Combined cookie storage for ~40-45% size reduction - Backward compatible migration from legacy cookies * Tuneup the code.
This commit is contained in:
+2
-2
@@ -192,9 +192,9 @@ func (ts *TestSuite) Setup() {
|
||||
|
||||
// MockJWKCache implements JWKCacheInterface
|
||||
type MockJWKCache struct {
|
||||
mu sync.RWMutex
|
||||
JWKS *JWKSet
|
||||
Err error
|
||||
JWKS *JWKSet
|
||||
mu sync.RWMutex
|
||||
}
|
||||
|
||||
// Close is a no-op for the mock.
|
||||
|
||||
Reference in New Issue
Block a user