ballerine-io / ballerine

Open-source infrastructure and data orchestration platform for risk decisioning

Home Page:https://www.ballerine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Auth - Testing New Authentication Flows with SuperTokens

alonp99 opened this issue · comments

Task Description

Thoroughly test the new authentication flows, including signup, signin, and session management, to ensure they work as expected with SuperTokens.

Acceptance Criteria

  • Unit tests are written and pass for the signup and signin routes.
  • Manual testing is conducted to verify the authentication flow works from the frontend.
  • Session management (creation, refresh, and deletion) is tested and validated.

Testing Instructions

  1. Write unit tests for auth endpoints.
  2. Conduct manual tests using the frontend to register, login, and logout users.
  3. Test session refresh and validate session expiration behavior.

Resources