tsndr / cloudflare-worker-jwt

A lightweight JWT implementation with ZERO dependencies for Cloudflare Workers.
MIT License
649 stars 51 forks source link

kid not passed #75

Open YOUR1 opened 5 months ago

YOUR1 commented 5 months ago

When adding 'keyid' or 'kid' to the sign.options, it's not passed correctly in the JWT token..