auth
Signin Handler
Validate password credentials and redirect to callback.
This endpoint validates the user’s credentials and stores the user ID in the session, then redirects to /auth/callback?method=pw to maintain consistency with OAuth flows.
POST
Signin Handler
Body
application/json
Response
Successful Response
User ID
Email address of the user
First name of the user
Last name of the user
Identity provider type of the user
Available options:
PASSWORD, GOOGLE, TENANT Current tenant ID the user is logged into
Current tenant role of the user
Available options:
USER, OWNER, ADMIN Default tenant ID the user shall be logged into
Signin Handler
