Create signed HS256 JSON Web Tokens - fill header, payload and secret. All processing in your browser via Web Crypto API.
exp (expiration time) is a Unix timestamp after which the token must not be accepted. Always set an expiry - tokens without exp are valid forever if the secret is not rotated. Typical values: 15–60 minutes for access tokens, 7–30 days for refresh tokens. iat (issued-at) and nbf (not-before) provide additional time-based validation.We add new tools every week based on what you ask for. Suggest one - it takes 30 seconds.
We use cookies to enhance your experience. By continuing you agree to our Cookie Policy.