bbjwt 0.4.2

A simple to use, well documented JWT validation library, mainly for validating OpenID Connect ID Tokens.
Documentation
{
  "exp": 33206263475,
  "iat": 1670265186,
  "auth_time": 1670265185,
  "jti": "c2121c79-9417-437c-9325-61327f01e10b",
  "iss": "https://kc.basebox.health/realms/testing",
  "aud": "test-1",
  "sub": "13529346-91b6-4268-aae1-f5ad8f44cf4d",
  "typ": "ID",
  "azp": "test-1",
  "nonce": "UZ1BSZFvy7jKkj1o9p3r7w",
  "session_state": "a8e97763-4723-4d1d-a343-3c13d3a2386f",
  "at_hash": "J1NZLZGtyg0zOzv_UuebPA",
  "acr": "1",
  "sid": "a8e97763-4723-4d1d-a343-3c13d3a2386f",
  "email_verified": true,
  "address": {},
  "Patient": "crud",
  "groups": [
    "receptionist",
    "therapist"
  ],
  "Doctor": "cr",
  "preferred_username": "tester",
  "given_name": "Max",
  "upn": "tester",
  "claim5": "<----------<More Text>---------->",
  "claim4": true,
  "name": "Max Mustermann",
  "claim3": 100,
  "claim2": 3,
  "claim1": "I have added some text here",
  "family_name": "Mustermann",
  "email": "test@basebox.health"
}