authelia/internal/storage/migrations/mysql
James Elliott e7d387ed91
feat(oidc): rfc8628 oauth 2.0 device code grant (#8082)
This implements RFC8628 OAuth 2.0 Device Authorization Grant and the accompanying OAuth 2.0 Device Code Flow.

Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2025-02-22 11:03:33 +00:00
..
V0001.Initial_Schema.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0001.Initial_Schema.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0002.WebAuthn.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0002.WebAuthn.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0003.WebAuthnKIDLength.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0003.WebAuthnKIDLength.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0004.OpenIDConnect.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0004.OpenIDConnect.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0005.ConsentSubjectNULL.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0005.ConsentSubjectNULL.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0006.ConsentPreConfiguration.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0006.ConsentPreConfiguration.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0007.ConsistencyFixes.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0007.ConsistencyFixes.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0008.OpenIDConnectPAR.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0008.OpenIDConnectPAR.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0009.FixConstraints.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0009.FixConstraints.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0010.FixConsentIDNotNull.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0010.FixConsentIDNotNull.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0011.JWTProfileAccessToken.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0011.JWTProfileAccessToken.up.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0012.WebAuthnMultiCookieDomain.down.sql refactor: misc fixes 2024-03-04 20:29:11 +11:00
V0012.WebAuthnMultiCookieDomain.up.sql fix(storage): mysql migrate failure webauthn (#6866) 2024-03-15 11:37:39 +11:00
V0013.OneTimeCode.down.sql refactor(storage): migrations simplification 2024-03-04 20:29:11 +11:00
V0013.OneTimeCode.up.sql refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
V0014.RevokeResetPasswordJWT.down.sql refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
V0014.RevokeResetPasswordJWT.up.sql refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
V0015.TOTPEnhance.down.sql build(deps): use go.uber.org/mock 2024-03-04 20:29:12 +11:00
V0015.TOTPEnhance.up.sql refactor: apply suggestions from code review 2024-03-04 20:29:12 +11:00
V0016.OAuth2ConsentSubjectNULL.down.sql feat(oidc): prompt parameter support (#8080) 2025-02-22 07:25:42 +00:00
V0016.OAuth2ConsentSubjectNULL.up.sql feat(oidc): prompt parameter support (#8080) 2025-02-22 07:25:42 +00:00
V0017.OAuth2Claims.down.sql feat(oidc): claims parameter support (#8081) 2025-02-22 08:20:34 +00:00
V0017.OAuth2Claims.up.sql feat(oidc): claims parameter support (#8081) 2025-02-22 08:20:34 +00:00
V0018.OAuth2DeviceCode.down.sql feat(oidc): rfc8628 oauth 2.0 device code grant (#8082) 2025-02-22 11:03:33 +00:00
V0018.OAuth2DeviceCode.up.sql feat(oidc): rfc8628 oauth 2.0 device code grant (#8082) 2025-02-22 11:03:33 +00:00