jose/backends/cryptography_backend.py:190: CryptographyDeprecationWarning: signer and verifier have been deprecated. Please use sign and verify instead.
self.hash_alg()
This is utterly flooding the logs of our app at the moment.
An example of the fix mgedmin/josepy@7338a6b
I can work up a similar PR to the above if thats helpful.