1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-15 14:35:06 +00:00

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

@@ -139,6 +139,7 @@ type OidcDeviceAuthorizationRequestDto struct {
ClientSecret string `form:"client_secret"`
ClientAssertion string `form:"client_assertion"`
ClientAssertionType string `form:"client_assertion_type"`
Nonce string `form:"nonce"`
}
type OidcDeviceAuthorizationResponseDto struct {