Expand description
Cryptographic token generation for backend server authentication. Cryptographic token generation for backend server authentication.
Produces URL-safe base64-encoded random strings suitable for use as admin tokens and HMAC token seeds.
Functionsยง
- generate_
token - Generate a cryptographically random URL-safe base64 token.