Skip to content

feat(oauth): Show public app device flow URLs#111655

Merged
dcramer merged 2 commits intomasterfrom
feat/oauth-device-endpoints
Mar 30, 2026
Merged

feat(oauth): Show public app device flow URLs#111655
dcramer merged 2 commits intomasterfrom
feat/oauth-device-endpoints

Conversation

@dcramer
Copy link
Copy Markdown
Member

@dcramer dcramer commented Mar 26, 2026

Show the device authorization and verification URLs on the OAuth application details page for public clients.

Public clients can use device flow today, but the settings UI only exposes the authorize and token endpoints. This adds the static device-flow URLs to the same credentials block so CLI and native app setups do not need to bounce back to the auth docs.

This keeps the extra fields scoped to public apps and normalizes urlPrefix before composing the OAuth URLs so copied values do not contain duplicate slashes.

Show the device authorization and verification URLs on the OAuth application details page for public clients.

Public clients can use device flow, but the settings page only showed the authorize and token endpoints. Add the device endpoints alongside the existing OAuth URLs and normalize urlPrefix before composing them to avoid double slashes in copied values.
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 26, 2026
@dcramer dcramer marked this pull request as ready for review March 26, 2026 18:08
@dcramer dcramer requested a review from a team as a code owner March 26, 2026 18:08
@dcramer dcramer merged commit 3a25e91 into master Mar 30, 2026
70 checks passed
@dcramer dcramer deleted the feat/oauth-device-endpoints branch March 30, 2026 15:23
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants