OAuth2 Device Authorization Grant
Proposal
Is it possible to add OAuth2 Device Authorization Grant for OAuth2 applications ?
Like this :
mentioned in issue gitlab-org/quality/triage-reports#3335 (closed)
added support request label
closed
Yes I did, there is no support for Device Authorization Grant
reopened
It's about this gem I guess: https://rubygems.org/gems/doorkeeper-device_authorization_grant
removed support request label
added sectiondev label
Setting label(s) ~"Category:Authentication and Authorization" based on ~"group::access".
added 1 deleted label
OAuth device flow would be useful for git-credential-manager support on devices without a web browser #225215 (closed)
This works as expected on GitHub https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps#device-flow
The device flow allows you to authorize users for a headless app, such as a CLI tool or Git credential manager.