mirror of
https://github.com/zitadel/oidc.git
synced 2026-02-09 12:18:34 -06:00
* feat: Allow modifying request to device authorization endpoint This change enables the caller to set URL parameters when calling the device authorization endpoint. Fixes #354 * Update device authorization example