tsndr / cloudflare-worker-jwt

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

unable to get .verify() to work with RS256 #38

Closed mrturck closed 1 year ago

mrturck commented 1 year ago

On jwt.io I can verify a token and a signature with the RS256 algorithm, but I get false when running .verify() here

tsndr commented 1 year ago

Sorry, but I can't really replicate the issue you're having. Can you provide more context?

image