James Moore

Results 3 comments of James Moore

good fix for the same issue I'm having with PyCharm warning that I'm passing bytes as well as my initial confusion getting an exception when passing a string. I'm not...

It is supported. Make sure you have cryptography installed. https://pyjwt.readthedocs.io/en/stable/installation.html#cryptographic-dependencies-optional If crypto is not installed, RS256 will not be in your default algorithms list: https://github.com/jpadilla/pyjwt/blob/5ecbafc366ebc4940ce4eac81350bc41887a4433/jwt/algorithms.py#L79-L104 Also your installation may be...

the JAX insert (`insert into team values ('JAX','Jacksonville','Jaguars')`) does the trick. A better solution would be for the update script to check if team's (or other necessary ref data) don't...