python-jose
python-jose copied to clipboard
Implement RFC-7797 / JWS (Detached Payload) #166
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()
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?