| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simplest possible example of using ruby to access our authenticated API via oauth.
If you're developing something new that calls the ControlShift API, we strongly recommend using API Keys instead.
This example uses the client_credentials oauth authentication scheme and the oauth2 ruby gem. There are similar libraries for almost every language: https://oauth.net/code/
For a detailed description of how the client credentials flow works under the covers, you can read the docs from the OAuth standard: https://tools.ietf.org/html/rfc6749#section-4.4
We also support the authorization token flow, but the simpler client credentials flow is recommended in most cases.
| Back | FazBrowse Home | New Git URL |