tsndr / cloudflare-worker-jwt

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

docs: don't install as dev dependency (I think?) #24

Closed CanRau closed 1 year ago

CanRau commented 2 years ago

Think the installation command shouldn't use -D as it's used in the production code right, so installing as dev dep would be confusing, right?

Please correct me if I'm wrong 🙏

Also thanks a lot for this package, was just using for a way to sign and verify JWT in Pages ❤️

tsndr commented 1 year ago

Your absolutely right, thank you for your contribution 😊