New UI not generating tokens as previous one? #764
Unanswered
fjakimowicz-da
asked this question in
Q&A
Replies: 1 comment
-
I'm having a similar problem where it's requiring to use a longer secret for UTF-8 when it was not a problem for the old UI. It won't be feasible to recreate every JWT I have due to needing a longer secret. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When i generate a token from the old ui using the option secret base64 encoded, all goes fine.

However if i do the same with the new one, it generates a different token, which of course fails authentication.
If i encode the token in base64 beforehand and select base64URL it also fails.
So, how can i achieve the same results that with the prev version?
Beta Was this translation helpful? Give feedback.
All reactions