njwt
njwt copied to clipboard
JWT header and body not URL-encoded
When calling compact(), only the signature of the token is URL-encoded. The header and body can still have characters such as '=' in them.
Hi @davidlenthall , can you show me how I can reproduce this output? Thank you.