feat: process nonce within device authorization flow (#1185)

Co-authored-by: Elias Schneider <login@eliasschneider.com>
This commit is contained in:
Justin Moy
2026-01-04 11:18:17 -07:00
committed by GitHub
parent 72009ced67
commit 2d7e2ec8df
7 changed files with 16 additions and 1 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE oidc_device_codes DROP COLUMN nonce;

View File

@@ -0,0 +1 @@
ALTER TABLE oidc_device_codes ADD COLUMN nonce VARCHAR(255);