Cant create a JWT signed by private key? #259
Scylla2020
started this conversation in
General
Replies: 2 comments
-
That code snippet does give you a JWT:
A signed only JWT is just a JWS. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh okay got it, thanks for clarifying . I was just confused by the word JWS, just started learning this today. |
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.
-
Im trying to create a JWT token signed by the private key and cant find a way how.
The docs only have this example for signing but it creates a JWS instead
Is there a way to sign a JWT by private key and return a JWT?
Beta Was this translation helpful? Give feedback.
All reactions