Signin
POST/api/auth/signin
Signin a user using email and password. Returns a JWT token. The refresh token is set as an HttpOnly cookie (not in the response body) and is used to renew the JWT without re-entering credentials.
Request
Responses
- 200
- 400
- 401
- 500
Successful operation
Bad request
Unauthorized
Server error