yup-oauth2 0.3.1

A partial oauth2 implementation, providing the 'device' authorization flow
docs.rs failed to build yup-oauth2-0.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: yup-oauth2-8.3.3

Build Status

yup-oauth2 is a utility library which will implement oauthv2 device authentication suitable for yup to work.

It is implemented such that it makes no assumptions about the front-end, allowing more uses than just in yup.

Usage

Please have a look at the API landing page for all the examples you will ever need.

A simple commandline program which authenticates any scope and prints token information can be found in the examples directory.

The video below shows the auth example in action. It's meant to be used as utility to record all server communication and improve protocol compliance.

usage