jpadilla / pyjwt

JSON Web Token implementation in Python
https://pyjwt.readthedocs.io
MIT License
5k stars 675 forks source link

Convert registered claims to string #897

Closed catalintrif closed 6 months ago

catalintrif commented 1 year ago

RFC 7519: Optional "iss", "sub", "aud" values are case-sensitive strings https://www.rfc-editor.org/rfc/rfc7519#section-4.1

catalintrif commented 1 year ago

the CI seems to be broken by this pr! can you please investigate?

The CI error "tox-gh-actions couldn't understand the parallel option. ignoring the given option: 0" is related to tox config. Could you please check if the CI is passing on master?