mirror of
https://github.com/netbirdio/netbird.git
synced 2025-10-26 11:17:32 +00:00
Refactor IdP user data caching by introducing a Redis cache implementation alongside an in-memory fallback, adding a Marshaler interface for flexible serialization, and updating related tests and account management code. - Added a new cache store implementation with support for Redis and in-memory backends. - Introduced Marshaler and wrapper types for handling serialization with msgpack and JSON. - Updated account and user management modules to integrate and test the new caching strategy. |
||
|---|---|---|
| .. | ||
| auth0_test.go | ||
| auth0.go | ||
| authentik_test.go | ||
| authentik.go | ||
| azure_test.go | ||
| azure.go | ||
| google_workspace.go | ||
| idp.go | ||
| jumpcloud_test.go | ||
| jumpcloud.go | ||
| keycloak_test.go | ||
| keycloak.go | ||
| mock.go | ||
| okta_test.go | ||
| okta.go | ||
| util.go | ||
| zitadel_test.go | ||
| zitadel.go | ||