1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/model
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
..
authentication_attempt.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
const.go fix(web): show appropriate default and available methods () 2022-03-28 12:26:30 +11:00
duo_device.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
identity_verification.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
migration.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
oidc.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
schema_migration.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
totp_configuration_test.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
totp_configuration.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
types_test.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
types.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
u2f_device.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00
user_info_test.go fix(web): show appropriate default and available methods () 2022-03-28 12:26:30 +11:00
user_info.go fix(web): show appropriate default and available methods () 2022-03-28 12:26:30 +11:00
user_opaque_identifier.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
webauthn.go refactor(model): rename from models () 2022-03-06 16:47:40 +11:00