Skip to content
#

integration-flow

Here are 16 public repositories matching this topic...

openintegrationhub
weberjm
weberjm commented Dec 8, 2020

When a user attempts to log in, depending on success, the safeguard fields are updated in the Mongo Account record (lastLogin and failedLoginAttempts). Because Mongoose is set up with the flag timestamps: true, this also triggers the updatedAt parameter to be set to now.

Because a login does not change the actual state of an Account object, and login time tracking is already being

Improve this page

Add a description, image, and links to the integration-flow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the integration-flow topic, visit your repo's landing page and select "manage topics."

Learn more