jpadilla / pyjwt

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

Update audience typing #782

Closed JulianMaurin closed 2 years ago

JulianMaurin commented 2 years ago

Hello :wave:

Using the library, I just noticed that the typing of audience was not that clear. There is a difference between:

This PR aims to bring everything in line.

I removed bytes from the type checking, but according to the test it was not handled (raising error here).