JWT Authentication
Authenticate (JWT)
Authenticate a User using JWT. This endpoint is used to authenticate users who have logged in using JWT. For more details, see our Authentication Methods guide. Refer to the Jwt Auth
template script for implementation guidance.
Request Body
application/json
RequiredauthData
RequiredobjectsessionData
RequiredobjectsessionPkClientSignature
RequiredstringClient signature of the session public key
sessionDataUserSignature
RequiredstringUser signature of the session data
User Authenticated Successfully