You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: