Confirm Password Reset
POST/api/v1/auth/password-reset/confirm
Confirm password reset with token (simpler API for backwards compatibility).
This endpoint uses the token stored directly in the user model (password_reset_token) rather than Django's default_token_generator with UID encoding.
Security: Tokens are stored as SHA256 hashes, so we hash the incoming token before comparison. This prevents database compromise from exposing usable tokens.
Request
Responses
- 200
- 400
OK
Bad Request