micropython-lib/uoauth2.device
Rahul Ravikumar 6f70eb5c84 Add support for OAuth2 device flows.
* This PR adds support for OAuth2 flows for devices with limited
  input capabilities.

* This enables the user to login using a secondary device, and have
  the limited device poll for authorization completion.

* Provides the ability to serialize auth state.

Test: Added an example and tested various different workflows.
2020-12-27 17:17:45 -08:00
..
uoauth2 Add support for OAuth2 device flows. 2020-12-27 17:17:45 -08:00
example.py Add support for OAuth2 device flows. 2020-12-27 17:17:45 -08:00
metadata.txt Add support for OAuth2 device flows. 2020-12-27 17:17:45 -08:00
setup.py Add support for OAuth2 device flows. 2020-12-27 17:17:45 -08:00