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
I see that cjose_jwe_encrypt copies kid value from the key into the headers of the JWE object itself. It doesn't seem to be needed. Though JWS RFC says that the kid must match the one from the key, JWE RFC doesn't have such language.
Hello.
I see that
cjose_jwe_encryptcopieskidvalue from the key into the headers of the JWE object itself. It doesn't seem to be needed. Though JWS RFC says that thekidmust match the one from the key, JWE RFC doesn't have such language.