requests-oauthlib icon indicating copy to clipboard operation
requests-oauthlib copied to clipboard

Add support for "Device Authorization Grant"

Open mdc-webdb opened this issue 5 months ago • 1 comments

The oauthlib support it, but here are the support missing. Here are the documentation for it. It will be needed for example for cli apps, where you don't have an web browser, so the authorization must be done on an other way.

Until now only M2M works via the "Backend Application flow".

mdc-webdb avatar Jun 16 '25 06:06 mdc-webdb

Here the RFC for it.

mdc-webdb avatar Jun 16 '25 06:06 mdc-webdb