Password reset email token validity #175

Closed
opened 2026-03-13 07:36:19 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @MrKepzie on GitHub (Nov 4, 2024).

If i set emailAndPassword.resetPasswordTokenExpiresIn anything lower than 86000 (roughly a day in seconds), then date verification check does not work for the token, I get INVALID_TOKEN in the callback.

I would expect token validity to work even for short period of time, like 10 minutes.

Originally created by @MrKepzie on GitHub (Nov 4, 2024). If i set emailAndPassword.resetPasswordTokenExpiresIn anything lower than 86000 (roughly a day in seconds), then date verification check does not work for the token, I get INVALID_TOKEN in the callback. I would expect token validity to work even for short period of time, like 10 minutes.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#175