Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 291 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 291 Bytes

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