mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2025-12-30 08:03:32 +01:00
2489b81383dae08b9ddf5809286ceee08d091fcc
* updated to rustc (be9bd7c93 2015-04-05) * use latest hyper The latter required us to deal with HttpError not being clonable anymore.
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.
Description
Languages
Rust
99.2%
Shell
0.8%
