0.0.1 • Published 13 years ago
saml2-nameid v0.0.1
saml2-nameid
Parse name identifiers in a SAML assertion.
Install
$ npm install saml2-nameidUsage
var nid = nameid.parse('<saml:NameID ...>user@mail.example.org</saml:NameID>');
// => { format: 'emailAddress', email: 'user@mail.example.org' }Tests
$ npm install
$ npm testCredits
License
Copyright (c) 2013 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)
0.0.1
13 years ago


