📄️ Register
Create a new user account.
📄️ Login
Authenticate user and receive access and refresh tokens.
📄️ Refresh Token
Get a new access token using a refresh token. The old refresh token is invalidated and a new one is issued (token rotation).
📄️ Get Current User
Get the authenticated user's profile information.
📄️ Logout
Logout the user and revoke all their refresh tokens.