Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #12 from webkom/passport
Browse files Browse the repository at this point in the history
Update to passport-abakus 0.2.0
  • Loading branch information
relekang committed Oct 4, 2014
2 parents 0903976 + cc82bcb commit adb1ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.bs
Expand Up @@ -29,7 +29,7 @@ app.use(cookieParser())
app.use(session({ cookie: { maxAge: 60000 }, secret: 'This is top secret'}))

if app.get('abakus token')
passport.use(passportAbakus.abakusStrategy())
passport.use(passportAbakus())
passport.serializeUser(passportMemcached.memcachedSerializeUser)
passport.deserializeUser(passportMemcached.memcachedDeserializeUser)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"morgan": "^1.0.1",
"nib": "^1.0.3",
"passport": "^0.2.0",
"passport-abakus": "^0.1.0",
"passport-abakus": "^0.2.0",
"passport-memcached": "^0.2.0",
"redis": "^0.12.0",
"request": "^2.36.0",
Expand Down

0 comments on commit adb1ba2

Please sign in to comment.