l8w8jwt_encoding_params.secret_key

The secret key to use for signing the token (e.g. if you chose HS256 as algorithm, this will be the HMAC secret; for RS512 this will be the private PEM-formatted RSA key string, and so on...).

struct l8w8jwt_encoding_params
ubyte* secret_key;

Meta