Single or limited use
Revoke tokens after a single use, or after a specified number of uses, making it ideal for security
sensitive scenarios like password/account recovery, 2FA, and password-less authentication.
Revocable
Remotely invalidate tokens, individually or as a group, making it ideal for session
management, 2FA, and password/account recovery scenarios, where previously generated tokens can be
revoked when a new one is issued.
Sliding Expiration
Sliding sessions offer security benefits by allowing short-lived sessions that respond to user activity.
Larger Payloads
Because the payload is not passed around in query strings or stored in cookies, our tokens can support
up to 64kb of payload data.
Encryption @ Rest
Experience peace of mind with encryption at rest, safeguarding your sensitive data from unauthorized access
even when it's stored.
Payload Security
Because the payload is not passed around in query strings or stored in cookies, the contents of the payload
are not exposed to the user or the browser.