Skip to content

Add auth smoke tests for register and login #1

Description

@BhoomikaC15

Summary

Add basic smoke tests for the auth flow.

Scope

  • Test POST /auth/register
  • Test POST /auth/login
  • Verify password hashing on registration
  • Verify valid login succeeds
  • Verify invalid login returns 401

Acceptance Criteria

  • New user can register successfully in a test
  • Stored password is hashed, not plain text
  • Login succeeds with correct password
  • Login fails with wrong password

Metadata

Metadata

Assignees

No one assigned

    Labels

    testTo create tests

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions