SessionService

Create a new JWT for authentication and set a cookie if using HTTP.

post/api/v1/session

Request body

passwordstring
tokenstring
usernamestring

Response

(empty)

tokenstring

Changes