1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/storage/migrations
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
..
V0001.Initial_Schema.all.down.sql feat(duo): multi device selection () 2021-12-01 14:32:58 +11:00
V0001.Initial_Schema.mysql.up.sql feat: webauthn () 2022-03-03 22:20:43 +11:00
V0001.Initial_Schema.postgres.up.sql feat(storage): encrypt u2f key () 2021-12-03 11:04:11 +11:00
V0001.Initial_Schema.sqlite.up.sql feat(storage): encrypt u2f key () 2021-12-03 11:04:11 +11:00
V0002.Webauthn.mysql.down.sql feat: webauthn () 2022-03-03 22:20:43 +11:00
V0002.Webauthn.mysql.up.sql fix(storage): webauthn kid too short for some devices () 2022-03-04 21:21:08 +11:00
V0002.Webauthn.postgres.down.sql feat: webauthn () 2022-03-03 22:20:43 +11:00
V0002.Webauthn.postgres.up.sql fix(storage): webauthn kid too short for some devices () 2022-03-04 21:21:08 +11:00
V0002.Webauthn.sqlite.down.sql feat: webauthn () 2022-03-03 22:20:43 +11:00
V0002.Webauthn.sqlite.up.sql fix(storage): webauthn kid too short for some devices () 2022-03-04 21:21:08 +11:00
V0003.WebauthnKIDLength.all.down.sql fix(storage): webauthn kid too short for some devices () 2022-03-04 21:21:08 +11:00
V0003.WebauthnKIDLength.mysql.up.sql fix(storage): webauthn kid too short for some devices () 2022-03-04 21:21:08 +11:00
V0003.WebauthnKIDLength.postgres.up.sql fix(storage): webauthn kid too short for some devices () 2022-03-04 21:21:08 +11:00
V0003.WebauthnKIDLength.sqlite.up.sql fix(storage): webauthn kid too short for some devices () 2022-03-04 21:21:08 +11:00
V0004.OpenIDConenct.mysql.up.sql feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
V0004.OpenIDConenct.postgres.up.sql feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
V0004.OpenIDConenct.sqlite.up.sql feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
V0004.OpenIDConnect.all.down.sql feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00