yglukhov / nim-jwt

JWT implementation for nim-lang
MIT License
51 stars 11 forks source link

Let JWT headers hold more values #15

Closed iffy closed 2 years ago

iffy commented 2 years ago

The current implementation only allows alg and typ values in the header, but the spec allows for more: https://datatracker.ietf.org/doc/html/rfc7516#section-4.1