-
I'm using hydra 1.10.6 and I'm trying to setup JWT access tokens signed using HS256. btw, I've read the docs and some best practices on JWTs - I know this is not a great combo, but it's something I have to live with for a while. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hydra does not support that, it only supports asymmetric keys as otherwise anyone with the secret could forge tokens! |
Beta Was this translation helpful? Give feedback.
-
Hello, If I want to use my private/public keys, is that possible ? |
Beta Was this translation helpful? Give feedback.
Hydra does not support that, it only supports asymmetric keys as otherwise anyone with the secret could forge tokens!