Skip to content
Browse files

2.1.0

 * Update deps (Raymond Feng)
 * Fix email validation for LDAP issue 1963 (Loay Gewily)
 * Fix getting AuthStrategy directly from package when Strategy key is not here (Steve Grosbois)
 * Make `username` field optional in UserIdentity.login method (Vladimir Shushkov)
 * Throw softer error in `local` stragegy when trying to create `accessToken` with `"setAccessToken": true` option. In case when reason is wrong user password. (Vladimir Shushkov)
 * The name of provider can be configured in options. (Clark Wang)
 * Avoid duplicate user identities (Clark Wang)
  • Loading branch information...
1 parent b558062 commit e38446687312992b8e16aa7cb115bb974230bad6 Raymond Feng committed
Showing with 19 additions and 1 deletion.
  1. +18 −0 CHANGES.md
  2. +1 −1 package.json
View
18 CHANGES.md
@@ -1,3 +1,21 @@
+2016-03-18, Version 2.1.0
+=========================
+
+ * Update deps (Raymond Feng)
+
+ * Fix email validation for LDAP issue 1963 (Loay Gewily)
+
+ * Fix getting AuthStrategy directly from package when Strategy key is not here (Steve Grosbois)
+
+ * Make `username` field optional in UserIdentity.login method (Vladimir Shushkov)
+
+ * Throw softer error in `local` stragegy when trying to create `accessToken` with `"setAccessToken": true` option. In case when reason is wrong user password. (Vladimir Shushkov)
+
+ * The name of provider can be configured in options. (Clark Wang)
+
+ * Avoid duplicate user identities (Clark Wang)
+
+
2016-01-11, Version 2.0.0
=========================
View
2 package.json
@@ -9,7 +9,7 @@
"security"
],
"homepage": "https://github.com/strongloop/loopback-component-passport",
- "version": "2.0.0",
+ "version": "2.1.0",
"engines": {
"node": ">=0.10.0"
},

0 comments on commit e384466

Please sign in to comment.
Something went wrong with that request. Please try again.