← ClaudeAtlas

auth-password-resetlisted

Use when users need to reset a forgotten password: let users reset a forgotten password with a single use, time limited token sent by email.
sarmakska/slipstream · ★ 1 · Data & Documents · score 73
Install: claude install-skill sarmakska/slipstream
## Overview Let users reset a forgotten password with a single use, time limited token sent by email. ## Steps 1. Generate a single use token with a short expiry and store its hash. 2. Email the reset link through Resend. 3. Invalidate the token after use and on a successful reset. ## Verify Run the tests and confirm a reused or expired token is rejected.