📄️ Auth API Overview
Handle user authentication, including registration, login, logout, and token refresh.
📄️ Register User
Register a new user account with email and password.
📄️ Verify User Email
Verify a user's email address using OTP and get immediate access token.
📄️ Login User
Authenticate a user with email and password to obtain an access token.
📄️ Logout User
Terminates a user's session by clearing the HTTP-only refresh token cookie.
📄️ Refresh Access Token
Obtain a new access token using the refresh token stored in cookies.