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
in this case we initiate self._jwe (Web Encription) with algorythm list from JsonWebSignature.ALGORITHMS_REGISTRY
but it should be initiated from JsonWebEncryption.ALG_REGISTRY
This is also not clear, why in the one class it is named ALGORITHMS_REGISTRY in other class - ALG_REGISTRY
The text was updated successfully, but these errors were encountered:
Initialization of JsonWebEncryption class happens with wrong set of encription algorythms.
in this case we initiate
self._jwe
(Web Encription) with algorythm list fromJsonWebSignature.ALGORITHMS_REGISTRY
but it should be initiated from
JsonWebEncryption.ALG_REGISTRY
This is also not clear, why in the one class it is named ALGORITHMS_REGISTRY in other class - ALG_REGISTRY
The text was updated successfully, but these errors were encountered: