python-jose icon indicating copy to clipboard operation
python-jose copied to clipboard

Implement RFC-7797 / JWS (Detached Payload) #166

Open finvu opened this issue 4 years ago • 2 comments

This is a contribution for issue number #166. I have also observed that as per rfc7515, section 4.1.9 the recommended value for typ header should be "JOSE" and hence include that change as well. Two tests have been added test_RSA256_detached() and test_RSA256_detached_encoded()

finvu avatar Jul 22 '21 10:07 finvu

is this validated? working as expected? I am trying to generate detach jws key from the above function

But the java jose4j are this is not giving me same result.

@chayan-datta @finvu Can you please help?

prajurock avatar Nov 18 '23 06:11 prajurock