JSPM

  • Created
  • Published
  • Downloads 223866
  • Score
    100M100P100Q159002F
  • License MIT

High-level API for Single Sign On (SAML 2.0)

Package Exports

  • samlify

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (samlify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

samlify · Build Status npm version Coverage Status

Highly configuarable Node.js SAML 2.0 library for Single Sign On

Welcome PRs

Welcome all PRs for maintaining this project, or provide a link to the repositories especially for use cases alongside with different frameworks.

If you want to quickly implement SAML SSO, feel free to check out Auth0's NodeJS SDK and free plan at auth0.com/overview.

Installation

To install the stable version

$ yarn add samlify

Development

This project is now developed using TypeScript, also support Yarn which is a new package manager.

$ yarn global add typescript
$ yarn

Get Started

const saml = require('samlify');

See full documentation here

Examples (In progress)

samlify-sp Service provider example written with Next.js

samlify-idp Identity provider example written with Next.js

Talks

An introduction to Single Sign On

License

MIT

Copyright (C) 2016-present Tony Ngan, released under the MIT License.