You can generate tokens on the server by creating a Server Client and then using the Create Token method . If generating a token to use client side, the token must include the userID claim in the token payload, where as server tokens do not.
You can generate tokens on the server by creating a Server Client and then using the Create Token method . If generating a token to use client side, the token must include the userID claim in the token payload, where as server tokens do not.