lakeFS
lakeFS copied to clipboard
KV auth service - delete expired reset password tokens
On the DB implementation, the function markTokenSingleUse of the auth service also deletes all expired tokens from the DB. Find a way to delete all expired tokens (need to scan all tokens) and we don't want to do it on this function.
@itaiad200, Due to our discussion, do you want to change the priority and implement it before release? If we need to change the way we create the token, it should be prior to migration
This issue is now marked as stale after 90 days of inactivity, and will be closed soon. To keep it, mark it with the "no stale" label.
@nopcoder is this still relevant?
Closing. We should have an issue to remove any code left related to reset password token.