authelia/internal/session
James Elliott 0a970aef8a
feat(oidc): persistent storage (#2965)
This moves the OpenID Connect storage from memory into the SQL storage, making it persistent and allowing it to be used with clustered deployments like the rest of Authelia.
2022-04-07 15:33:53 +10:00
..
mocks refactor(session): use github.com/fasthttp/session/v2 instead of github.com/authelia/session/v2 (#1809) 2021-03-13 16:06:19 +11:00
const.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
encrypting_serializer.go refactor(session): remove unencrypted session fallback (#2314) 2021-08-26 21:48:14 +10:00
encrypting_serializer_test.go feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
provider.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
provider_config.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
provider_config_test.go refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
provider_test.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
types.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
user_session.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00