- allow custom loginCallback function (Clark Wang)
-
Add timestamp (Raymond Feng)
-
AuthInfo must be enabled in order to pass the token on. (csvan)
-
Enable option for creating access token in conjunction with local login. (csvan)
-
Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
-
Format the code (Raymond Feng)
-
Fix behaviour for custom user model, remove debug output (Pandaiolo)
-
Compliance with loopback 2.x models declaration (Pandaiolo)
-
Add contribution guidelines (Ryan Graham)
-
Use html to scale image (Rand McKinney)
-
Scale image (Rand McKinney)
-
Replace README with link to docs. (Rand McKinney)
-
Move the callback scope up one level so that customCallback option has access to res and req. Otherwise it's impossible to do anything like redirects within it. (Frank Carey)
-
Bump version (Raymond Feng)
-
Allow other option properties to pass through (Raymond Feng)
-
Bump version (Raymond Feng)
-
Allow LB user record to receive additional properties from social profile. Signed-off-by: Michael Lee [email protected] (Michael Lee)
-
Add support for loopback 2.x (João Ribeiro)
-
Add support for noSession and JSON response (João Ribeiro)
-
Bump version (Raymond Feng)
-
Fix the cookie name for access token (Raymond Feng)
-
Bump version (Raymond Feng)
-
Rename loopback-passport to loopback-component-passport (Raymond Feng)
-
Bump version (Raymond Feng)
-
Fix #5 Signed-off-by: Alex [email protected] (Alex P)
-
Pass-through successReturnToOrRedirect option (Fabien Franzen)
-
Handle passport-local form credentials POST - return passport instance from init() (Fabien Franzen)
-
Final fix up of JSDocs (crandmck)
-
Initial cleanup of JSDocs (crandmck)
-
Guess the authentication scheme (Raymond Feng)
-
Bump version (Raymond Feng)
-
Created a dummy e-mail if not present from the profile (Raymond Feng)
- First release!