aaa
This commit is contained in:
parent
8e79fee52f
commit
5a01dcae00
1
.npmignore
Normal file
1
.npmignore
Normal file
@ -0,0 +1 @@
|
||||
/example/
|
@ -13,7 +13,7 @@ var IcyNetworkStrategy = require('passport-icynet').Strategy;
|
||||
|
||||
var scopes = ['image', 'email'];
|
||||
|
||||
passport.use(new Icy NetworkStrategy({
|
||||
passport.use(new IcyNetworkStrategy({
|
||||
clientID: 'id',
|
||||
clientSecret: 'secret',
|
||||
callbackURL: 'callbackURL',
|
||||
@ -51,7 +51,7 @@ Example:
|
||||
var IcyNetworkStrategy = require('passport-icynet').Strategy
|
||||
, refresh = require('passport-oauth2-refresh');
|
||||
|
||||
var icynetStrat = new Icy NetworkStrategy({
|
||||
var icynetStrat = new IcyNetworkStrategy({
|
||||
clientID: 'id',
|
||||
clientSecret: 'secret',
|
||||
callbackURL: 'callbackURL'
|
||||
|
Loading…
Reference in New Issue
Block a user