/oauth

The OAuth library for the Advanced REST Client

Primary LanguageJavaScriptOtherNOASSERTION

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