Closed blablacio closed 12 months ago
Hi, thanks for this PR! I think I will try to "regenerate" the test tokens without audiences (and with audiences for some tests), because it breaks too many tests. I will push it on the main branch you can then rebase on it.
Hey, just noticed I missed one test in tonic. I think it's okay to not regenerate test tokens. The changes are required only because aud is validated against if it's present in the token in newer versions of jsonwebtoken.
already added the tokens ;), this is also to test more more precisely with and without auditions.
Seems tests are still passing without any changes on my side :)
Updates jsonwebtoken to latest version and also updates key algorithm handling when initializing key data.
Should close #25.