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
Projeto de estudo para implementar o processo de integração contínua utilizando Github Actions em um projeto iOS com Swift 5 contando com testes unitários e swift lint.
When a user attempts to log in, depending on success, the
safeguardfields are updated in the Mongo Account record (lastLoginandfailedLoginAttempts). Because Mongoose is set up with the flagtimestamps: true, this also triggers theupdatedAtparameter 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