Sebastian Thiel 690bcdb627 fix(helper): unset stored token on refresh failure
Previously we would have no way of getting rid of invalid/revoked
tokens, which would render the application unusable unless the user
would delete the token manually.

Related to https://github.com/Byron/google-apis-rs/issues/79
2015-04-24 09:30:52 +02:00
2015-02-26 20:01:28 +01:00
2015-02-26 20:03:33 +01:00

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

Description
No description provided
Readme 996 KiB
Languages
Rust 99.2%
Shell 0.8%