passport-saml-restify
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "passport-saml-restify", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"licenses": [ | ||
@@ -5,0 +5,0 @@ { |
@@ -12,3 +12,3 @@ Passport-SAML | ||
$ npm install passport-saml | ||
$ npm install passport-saml-restify | ||
@@ -24,3 +24,3 @@ ## Usage | ||
```javascript | ||
var SamlStrategy = require('passport-saml').Strategy; | ||
var SamlStrategy = require('passport-saml-restify').Strategy; | ||
[...] | ||
@@ -27,0 +27,0 @@ |
233093