Skip to content

Commit

Permalink
docs(readme): usage inforamtion, incl. auth.gif
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 27, 2015
1 parent 00e3f5f commit 40c9a0a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,20 @@

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

Architecturally, it may never be implementing more than device authentication, yet is set up not to constrain itself.
Architecturally, it may never be implementing more than device authentication, yet is set up not to constrain itself.

### Usage

Please have a look at the [API landing page][API-docs] 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][examples].

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][auth-usage]


[API-docs]: http://byron.github.io/yup-oauth2
[examples]: https://github.com/Byron/yup-oauth2/tree/master/examples
[auth-usage]: https://raw.githubusercontent.com/Byron/yup-oauth2/master/examples/auth.rs-usage.gif

Binary file added examples/auth.rs-usage.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/auth.rs-usage.ttyrec
Binary file not shown.

0 comments on commit 40c9a0a

Please sign in to comment.