authelia/internal/storage/migrations
James Elliott 9ceee6c660
feat(storage): only store identity token metadata (#2627)
This change makes it so only metadata about tokens is stored. Tokens can still be resigned due to conversion methods that convert from the JWT type to the database type. This should be more efficient and should mean we don't have to encrypt tokens or token info in the database at least for now.
2021-11-30 17:58:21 +11:00
..
V0001.Initial_Schema.all.down.sql feat(storage): only store identity token metadata (#2627) 2021-11-30 17:58:21 +11:00
V0001.Initial_Schema.mysql.up.sql feat(storage): only store identity token metadata (#2627) 2021-11-30 17:58:21 +11:00
V0001.Initial_Schema.postgres.up.sql feat(storage): only store identity token metadata (#2627) 2021-11-30 17:58:21 +11:00
V0001.Initial_Schema.sqlite.up.sql feat(storage): only store identity token metadata (#2627) 2021-11-30 17:58:21 +11:00