Open eveningcafe opened 2 years ago
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Screenshots
Additional context If we regenerate new key with command:
openssl genpkey -algorithm RSA -out rsa_private.pem -pkeyopt rsa_keygen_bits:2048 openssl rsa -in rsa_private.pem -pubout -out rsa_public.pem
and use that for jwt, it will be ok. I don't know, maybe you should put it to readme
Will do. Thanks.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Screenshots
Additional context If we regenerate new key with command:
and use that for jwt, it will be ok. I don't know, maybe you should put it to readme