Skip to content
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

Feature Request: Support plaintext payload #232

Open
ignassew opened this issue Dec 30, 2022 · 1 comment
Open

Feature Request: Support plaintext payload #232

ignassew opened this issue Dec 30, 2022 · 1 comment

Comments

@ignassew
Copy link

Currently when using jwt-cli with a payload that is not JSON, we'll get an error.
According to RFC7515 Section 3.3:

Note that the payload can be any content and need not be a representation of a JSON object.

I can try to write the code for it when I have the time.

@mike-engel
Copy link
Owner

Hey @ignassew, can you give me an example use case? This is not a trivial thing to add, since to much of the code is dependent on key/value pairings. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants