-
Hi Panva, Any chance of supporting a String type payload? Currently it has to be a JSON object. I looked at the specs, and it doesn't explicitly demand a JSON object. jsonwebtoken library by Auth0 supports String type payloads, but I prefer jose. If you're wondering, our use case needs the JWS as short as possible. Every byte counts. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sure does.
What about the other existing APIs in |
Beta Was this translation helpful? Give feedback.
Sure does.
What about the other existing APIs in
jose
for JWS?