Nifty JWT!

This can be used when testing and you need a quick and dirty JWT with the contents you desire.

Generated JWT
eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJsZXZlbDEiOnsibGV2ZWwyIjoiV29ob28ifSwiaXNzIjoiaHR0cHM6Ly9qd3QubmlmdHkuYXBwIiwiYXVkIjoiaHR0cHM6Ly9qd3QubmlmdHkuYXBwIiwiaWF0IjoxNzYxNjM1ODQ0LCJuYmYiOjE3NjE2MzU4NDQsImV4cCI6MTc2MTYzNTkwNH0.y4hw-VyQlJPk5t1Vr5YMgOW97FuvLP8JIoBJ6oLqvGQs7ws1nZO38FEgX3plRtImbLk3nL2gF356sEdZ7-1rUQ

Contents
{
    "level1": {
        "level2": "Wohoo"
    },
    "iss": "https:\/\/jwt.nifty.app",
    "aud": "https:\/\/jwt.nifty.app",
    "iat": 1761635844,
    "nbf": 1761635844,
    "exp": 1761635904
}

Key type: HS512. Raw
jwt.nifty.app

Supported GET parameters

jwtdata
Array containing extra contents for JWT payload. Try this and see the contents. It also supports multiple levels

key
Sets the key used for verification.

redirect
If this is set, the jwt will be appended as a GET parameter called jwt to the redirect URL

algo
Algorighm to use: Supported: HS256, HS512. Defalt: HS512

exp
Expiry in seconds. Default: 60