- patches
-
Added middleware that will set a displayName on the user during insert.
- If the user is authenticated with basic auth, then the display name will default to the login.
- If the user is authenticated with google auth, then the display name will default to the email address.
- The displayName is easily overridden.
-
Added user.link() and user.unlink() methods. These will be used to link and unlink a user from an identity.
-
Added logic to protect the identities object. It will NEVER be returned. An App should interact with the identities by using the link and unlink methods.
-