client-oauth2

v4.3.3
Straight-forward execution of OAuth 2.0 flows and authenticated API requests
oauth2 authentication token

lint

standard

test-server-open

PORT=7357 node test/support/server.js & echo $! > server.pid

test-server-close

if [ -f server.pid ]; then kill -9 $(cat server.pid); rm server.pid; fi

test-browser

PORT=7357 karma start --single-run

test-node

PORT=7357 mocha -R spec --bail --require test/support/globals.js

test

npm run lint && npm run test-server-open && npm run test-node && npm run test-browser; npm run test-server-close
npm i client-oauth2

Metadata

Downloads