ivarconr / samlify-validator-js

A SAML 2.0 validator for samlify in pure JS (no external dependencies)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a SAML 2.0 validator meant to be used together with Samlify

This is a fork of https://github.com/authenio/samlify-node-xmllint removing the memory leak in the compiled node-xmllint module.

How to use this module

import * as samlify from 'samlify';
import * as validator from 'samlify-validator-js';

samlify.setSchemaValidator(validator);

About

A SAML 2.0 validator for samlify in pure JS (no external dependencies)


Languages

Language:TypeScript 94.0%Language:JavaScript 3.9%Language:Shell 1.3%Language:HTML 0.8%