-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve "header" docs #10
Comments
@palmerabollo Did you figure out what the |
The kid is the identifier of the public key used to verify the token. It's used to renew certificates. |
@ealogar Can you please provide us with a simple code sample? I'm currently sending |
@ealogar Looks like my issue isn't with the |
@nagarjun depending on the algorithm you use to encrypt/decrypt, you key must be 16 or 32 chars length. See for example node-jwt-utils/test/unit/jwt-utils-test.js Line 624 in cac36cc
|
Ensure the key for encryption is 16 or 32 length and contains hexadecimal values only. |
In the readme, it is not clear what you should put in the header variable.
The text was updated successfully, but these errors were encountered: