Replies: 1 comment
-
|
console output is intentionally not giving out private properties by default. You can access the
|
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This code outputs the following...
I'm new to dealing with JWT and JWK at this level, so it's likely I'm missing something obvious. I can't seem to get
joseto output"k"rather than"kid". I didn't want to file this as a bug; I just don't know. I've been researching but I can't find any solution. However I did find many JWK generators online, all of which include"k"instead of"kid".Out of curiosity I saved the JWK output by
joseand renamed"kid"to"k"and it signed and verified the JWT just fine.Am I doing something wrong or is this not working as intended?
Beta Was this translation helpful? Give feedback.
All reactions