0.2.1 • Published 2 years ago

@advanced-rest-client/oauth v0.2.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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