Add Integration Tests for Password Recovery Flow #24

Closed
opened 2025-10-17 22:52:28 +00:00 by Rodrigo2003-PT · 1 comment
Rodrigo2003-PT commented 2025-10-17 22:52:28 +00:00 (Migrated from github.com)

Test the entire flow to ensure it's secure and functional.

Tasks:

  • Test the full, successful recovery flow (request -> mock email -> reset).
  • Test attempting to reset with an invalid or expired token (should fail).
  • Test attempting to reuse a token after a successful reset (should fail).
  • Test the request-password-reset endpoint with a non-existent email (should still return 200 OK).
Test the entire flow to ensure it's secure and functional. ### Tasks: - Test the full, successful recovery flow (request -> mock email -> reset). - Test attempting to reset with an invalid or expired token (should fail). - Test attempting to *reuse* a token after a successful reset (should fail). - Test the `request-password-reset` endpoint with a non-existent email (should still return `200 OK`).
Cordeir01 commented 2025-10-23 15:57:30 +00:00 (Migrated from github.com)

No need for password reset service because the credentials management will be centralized.

No need for password reset service because the credentials management will be centralized.
Sign in to join this conversation.
No description provided.