Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ Feat ] Add expiresAt field to clean-up unused / expired OTPs from database. #23

Closed
dev-xo opened this issue Oct 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dev-xo
Copy link
Owner

dev-xo commented Oct 2, 2023

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.

@dev-xo dev-xo changed the title [ Feat ] Add expiresAt field to eliminate unused/expired OTPs from database. [ Feat ] Add expiresAt field to clean-up unused / expired OTPs from database. Oct 2, 2023
@dev-xo dev-xo added the enhancement New feature or request label Oct 2, 2023
@dev-xo dev-xo closed this as completed Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant