passport-saml

v3.2.4
SAML 2.0 authentication strategy for Passport
saml adfs sso shibboleth

build

tsc

changelog

gren changelog --override --generate --head 3.x

lint

eslint --ext .ts "**/*.ts" --cache

lint-watch

onchange -k -p 100 "**/*.ts" -- eslint {{file}}

lint:fix

eslint --ext .ts --fix src

prepare

tsc

prettier-check

prettier --config .prettierrc.json --check .

prettier-format

prettier --config .prettierrc.json --write .

prettier-watch

onchange -k -p 100 "." -- prettier --config .prettierrc.json --write {{file}}

prerelease

git clean -xfd && npm ci && npm test && npm run build

release

release-it

test

npm run prettier-check && npm run lint && npm run tsc && mocha

test-watch

mocha --watch

tsc

tsc

tsc-watch

tsc --watch

watch

concurrently --kill-others "npm:*-watch"
npm i passport-saml

Metadata

  • MIT
  • >= 12
  • Henri Bergius
  • released 10/22/2022

Downloads