The expiersAt database field in Legacy Remix Auth OTP package helped remove old, unused codes from database.
To invalidate a code, users had to enter it, but if at some point they quits the authentication flow, the code might stay active. If they later enters it, the system would deactivate it, but this didn't often happen when our users quits the authentication flow.
This database field will be reintroduced along with usage instructions for invalidating and cleaning up expired and unused codes in our database.
The
expiersAt
database field in Legacy Remix Auth OTP package helped remove old, unused codes from database.To invalidate a code, users had to enter it, but if at some point they quits the authentication flow, the code might stay active. If they later enters it, the system would deactivate it, but this didn't often happen when our users quits the authentication flow.
This database field will be reintroduced along with usage instructions for invalidating and cleaning up expired and unused codes in our database.