authly
authly copied to clipboard
Device Code Grant
Is your feature request related to a problem? A grant type called Device Code Grant is missing
Describe the solution you'd like The Device Code grant type is used by browserless or input-constrained devices in the device flow to exchange a previously obtained device code for an access token.
The Device Code grant type value is urn:ietf:params:oauth:grant-type:device_code.
More resources
- Device Flow Token Request (oauth.com)
- Device Flow (alexbilbie.com)
- Device Code Grant on the OAuth 2.0 Playground
Describe alternatives you've considered None
Additional context RFC - https://tools.ietf.org/html/rfc8628#section-3.4 OAuth - https://oauth.net/2/grant-types/device-code/ Alex Bible - https://alexbilbie.com/2016/04/oauth-2-device-flow-grant/ Playground - https://www.oauth.com/playground/device-code.html