kubetail-org / edge-csrf

CSRF protection library for JavaScript that runs on the edge runtime (with Next.js, SvelteKit, Express, Node-HTTP integrations)
MIT License
146 stars 9 forks source link

Next.js v14 Bump #15

Closed Gbuomprisco closed 12 months ago

Gbuomprisco commented 1 year ago

Hi there,

thanks for this package!

Opening this issue just to report Next.js v14 has been released and needs a bump :)

Thank you!

amorey commented 1 year ago

Thanks for the heads up! I tested the code against Next.js 14 and everything seems to be working. Here's a new version with v14 in the peer dependency list: https://www.npmjs.com/package/edge-csrf/v/1.0.6-rc1

Let me know if everything is working and I can make a new stable release. Here are some examples with Next.js 14: https://github.com/amorey/edge-csrf/tree/next14/examples

Gbuomprisco commented 1 year ago

Thanks for the heads up! I tested the code against Next.js 14 and everything seems to be working. Here's a new version with v14 in the peer dependency list: https://www.npmjs.com/package/edge-csrf/v/1.0.6-rc1

Let me know if everything is working and I can make a new stable release. Here are some examples with Next.js 14: https://github.com/amorey/edge-csrf/tree/next14/examples

Thank you so much for the quick release! Working all good here :)

amorey commented 12 months ago

Great! Bumped https://github.com/amorey/edge-csrf/releases/tag/v1.0.6