Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.04 KB

File metadata and controls

31 lines (23 loc) · 1.04 KB

Contributing to samlify

Thanks for considering a contribution. samlify is a SAML 2.0 library, so correctness against the OASIS / W3C standards is the primary review criterion. Two short documents capture how we work:

The PR template (auto-loaded from .github/pull_request_template.md) includes a required Spec reference section. Fill it in for any PR touching src/.

Quick start

yarn
yarn test
yarn coverage   # must stay ≥90% on every metric

Bug reports and questions

Please open an issue with:

  • The samlify version (npm ls samlify).
  • The peer IdP / SP product if relevant (Okta, OneLogin, ADFS, …).
  • A minimal repro and the relevant SAML message (redact secrets).
  • The spec section you believe applies, if you've identified one.