0.0.1 • Published 11 years ago

saml2-nameid v0.0.1

Weekly downloads
61
License
-
Repository
github
Last release
11 years ago

saml2-nameid

Build Coverage Dependencies

Parse name identifiers in a SAML assertion.

Install

$ npm install saml2-nameid

Usage

var nid = nameid.parse('<saml:NameID ...>user@mail.example.org</saml:NameID>');
// => { format: 'emailAddress', email: 'user@mail.example.org' }

Tests

$ npm install
$ npm test

Credits

License

The MIT License

Copyright (c) 2013 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)