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
Hi,
I'm using jwt.encode with algorithm RS256 on my api, and since upgrading the dependencies I've noticed an increase in the call duration of jwt.encode
The duration is used to be around ~0.1 sec on average, and has increased to ~0.8 sec.
My old dependencies:
cryptography==3.3.2
python-jose[cryptography]==3.0.1
my new dependencies:
cryptography==40.0.1
python-jose[cryptography]==3.3.0
I'm not sure if the issue is at cryptography or at jose, since jose is dependent on cryptography.
I could not find anything in the change log that stood out as a cause for this, is this the expected behavior of the latest version? Any ideas on what is the cause for this change?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using
jwt.encode
with algorithmRS256
on my api, and since upgrading the dependencies I've noticed an increase in the call duration ofjwt.encode
The duration is used to be around ~0.1 sec on average, and has increased to ~0.8 sec.
My old dependencies:
my new dependencies:
I'm not sure if the issue is at cryptography or at jose, since jose is dependent on cryptography.
I could not find anything in the change log that stood out as a cause for this, is this the expected behavior of the latest version? Any ideas on what is the cause for this change?
The text was updated successfully, but these errors were encountered: