Skip to content

Version 0.1.0

Compare
Choose a tag to compare
@william26 william26 released this 09 May 12:40
· 38 commits to master since this release

This version of the SDK allows you to implement OAuth.io's server side flow on your Node.js backend. The following features are supported :

  • state token generation
  • access_token retrieval server-side
  • standard API requests .get|post|put|delete|patch(url) from the backend
  • unified me() request from the backend

To install the SDK, just run the following command in your Node.js project :

$ npm install oauthio --save