Reset-link token
A developer wants a 32-byte random token rendered as Base64URL.
Inputs
- Byte length: 32
- Format: Base64URL
Steps
- Generate secure random bytes
- Render them in the requested encoding
Result
- The output is ready for use in a local test flow or application config.