Skip to main content

Module token

Module token 

Source
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.