Token
Creating a Jwt token for your experience:
Jwt Payload
{
"identifier" (required): "John001",
"first_name" (optional): "John",
"last_name" (optional): "Doe",
"phone_num" (optional): "+1 000 000 000"
}Creating Jwt tokens on the web
Creating Jwt tokens in a java app
Creating Jwt tokens in an android app
Last updated
Was this helpful?

