Skip to main content

Authenticate a user

POST 

/jwt/authenticate/:user_id

Use this endpoint to get JWT tokens to authenticate a user with the Nabla Core API. These tokens only gives access to resources for the specified user. This endpoint should typically be called by your backend on behalf of an authenticated user, and the resulting JWT tokens should be forwarded to the user's frontend securely.

Request

Responses

Tokens.