Skip to main content

generate_token

Function generate_token 

Source
pub fn generate_token() -> String
Expand description

Generate a typed token with a random URL-safe-base64 secret. Uses the OS CSPRNG.

ยงPanics

Panics if the OS CSPRNG is unavailable.