Przemek
Results
1
issues of
Przemek
Hi, came across an issue, say if I use only numbers while signing JWS: ```python signed = jws.sign({'a': 'b'}, '123456', algorithm='HS256') ``` Works fine. Now when I want to verify...