Skip to main content

LoginResponse

Response to when a user tries to login

type LoginResponse {
jwt: String
}

Fields

jwt (String)

Json Web Token for authentication.

Pass along this string with {"Authorization": "Bearer <jwt>"} to access secure APIs