1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/session
James Elliott 0a970aef8a
feat(oidc): persistent storage ()
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 () 2021-03-13 16:06:19 +11:00
const.go refactor(configuration): utilize time duration decode hook () 2022-03-02 17:40:26 +11:00
encrypting_serializer_test.go feat(regulator): enhance authentication logs () 2021-11-29 14:09:14 +11:00
encrypting_serializer.go refactor(session): remove unencrypted session fallback () 2021-08-26 21:48:14 +10:00
provider_config_test.go refactor: apply godot recommendations () 2022-01-31 16:25:15 +11:00
provider_config.go refactor(configuration): utilize time duration decode hook () 2022-03-02 17:40:26 +11:00
provider_test.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00
provider.go refactor(configuration): utilize time duration decode hook () 2022-03-02 17:40:26 +11:00
types.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
user_session.go feat(oidc): implement amr claim () 2022-04-01 22:18:58 +11:00