Skip to content

The OAuth library for the Advanced REST Client

License

Notifications You must be signed in to change notification settings

advanced-rest-client/oauth

Repository files navigation

OAuth library for Advanced REST Client

This library contains a logic to perform authorization for:

  • OAuth 1 (deprecated)
  • OAuth 2
  • OIDC

Development

git clone https://github.com/@advanced-rest-client/oauth
cd oauth
npm install

Running the tests

npm test