Dima Kruk
Results
1
issues of
Dima Kruk
**Describe the bug** Deserialize JWS JSON will overwrite protected headers (`protected`) with values from `header` **To Reproduce** ```python from authlib.jose import JsonWebSignature jws = JsonWebSignature() header_obj = { 'protected': {...
bug
Security