keycloak-auth-utils

v3.3.0-cr.2
Keycloak OAuth client.
keycloak authentication oauth oauth2.0 sso openid jwt saml

test

tape test/integration/*-spec.js | tap-spec && tape test/unit/*-test.js | tap-spec

lint

jshint *.js lib/*.js test/**/*.js

format

semistandard

prepublish

nsp check

docs

jsdoc --verbose -d docs -t ./node_modules/ink-docstrap/template -R README.md index.js ./lib/*.js

coverage

istanbul cover tape -- test/unit/*.js | istanbul cover tape -- test/integration/*.js

coveralls

npm run coverage && cat ./coverage/lcov.info | coveralls

Metadata

Downloads