0.1.0 • Published 10 years ago

claimtypes v0.1.0

Weekly downloads
14
License
MIT
Repository
github
Last release
10 years ago

Standar ClaimTypes for Node.js

claimtypes is a collection of standar claimTypes for Node.js

Installation

$ npm install claimtypes

Usage

var claimtypes = require('claimtypes');

var emailClaimType = claimtypes.email;

// Microsoft Specific ClaimTypes
var windowsAccountNameClaimType = claimTypes.microsoft.windowsAccountName;

ClaimTypes Included

Microsoft Specific Claim Types