This guide shows you the main steps when creating tenant tokens without using any libraries.
JWT
type and an encryption algorithm. Supported tenant token encryption algorithms are HS256
, HS384
, and HS512
.
uid
field to obtain your API key’s UID:
base64
, concatenate them, and generate the token by signing it using your chosen encryption algorithm.