-
customize callback HTTP method
edgji committed
-
Merge pull request #75 from pongstr/master
raymondfeng committedCustomize cookie for use with subdomain
-
Merge pull request #78 from symunona/master
raymondfeng committedadding dynamic redirect after successful login
-
session.redirectTo erase after successful redirect
liba committed -
adding dynamic redirect after successful login
liba committed
-
Merge pull request #76 from gausie/patch-1
raymondfeng committedFixed suspected typo in passport-configurator
-
compatible with wechat's openid
yorkie committed
-
raymondfeng committed
* Register passport with session:after phase (Raymond Feng) * Make sure passport is registered with session phase (Raymond Feng) * Error condition would yield multiple callbacks (Jonathan Sheely)
-
Merge pull request #71 from jsheely/master
raymondfeng committedError condition would yield multiple callbacks
-
Merge pull request #70 from FreeCodeCamp/feature/emailOptional
raymondfeng committedfeature: Make email optional
-
BerkeleyTrue committed
-
raymondfeng committed
* Fix the maxAge for cookies (Raymond Feng) * Reformat code (Raymond Feng)
-
raymondfeng committed
-
raymondfeng committed
-
raymondfeng committed
* Update README.md (Rand McKinney) * 401 instead of redirect to failure (Pierre Gambarotto) * rename variables to camlCase form (Pierre Gambarotto) * ldap authentication (Pierre Gambarotto)
-
401 instead of redirect to failure
Pierre Gambarotto committed -
rename variables to camlCase form
Pierre Gambarotto committed
-
Pierre Gambarotto committed
-
raymondfeng committed
* Update deps (Raymond Feng) * resolves inconsistency of info.accessToken.ttl (which is in seconds) and maxAge of res.cookie (which is in milliseconds) (Andrey Loukhnov) * support use of custom function for creating access token (Vine Brancho) * added support for username and email for logging in with local auth strategy (britztopher)
-
raymondfeng committed
-
Merge pull request #43 from aol-nnov/master
raymondfeng committedresolves inconsistency of info.accessToken.ttl (which is in seconds) and...
-
resolves inconsistency of info.accessToken.ttl (which is in seconds) …
aol-nnov committed…and maxAge of res.cookie (which is in milliseconds) fixes #31
-
Merge pull request #36 from vinebrancho/master
raymondfeng committedsupport use of custom function for creating access token