Next Csrf Versions Save

CSRF mitigation for Next.js

v0.2.1

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/j0lv3r4/next-csrf/compare/v0.1.2...v0.2.1

v0.2.0-beta.2

2 years ago
  • update types 1b83215
  • fix sameSite opt and update example af07ad4

https://github.com/j0lv3r4/next-csrf/compare/v0.2.0-beta.1...v0.2.0-beta.2

v0.2.0-beta.1

2 years ago
  • Merge pull request #6 from j0lv3r4/bug-fixes-documentation 7da5783
  • Merge branch 'beta' into bug-fixes-documentation 525b0e3
  • fix merge conflicts be91624
  • update license and gitignore 81d6f1f
  • example updates 1037a01
  • Merge pull request #21 from vidbase/main 6f6de6b
  • removed auto formatting since this repo has no editor config e02991e
  • emit types with build step so that typescript projects receive type definitions as expected 8209d27
  • move csrf secret to env.local ea58a4e
  • Update example The example now uses a SSR page to setup the token instead of calling a API route. 4b82507
  • Update functionality, docs, and bug fixes 585086b

https://github.com/j0lv3r4/next-csrf/compare/v0.1.2...v0.2.0-beta.1

v0.1.2

2 years ago
  • fix 'inherits' of undefined 9759fbb
  • Merge pull request #8 from j0lv3r4/dependabot/npm_and_yarn/ini-1.3.8 657456d
  • Merge pull request #9 from revolunet/patch-1 76067ae
  • docs: fix _app.js props syntax fadc6fd
  • Bump ini from 1.3.5 to 1.3.8 7455d6b
  • Merge pull request #3 from j0lv3r4/dependabot/npm_and_yarn/lodash-4.17.19 bb2acdd
  • Bump lodash from 4.17.15 to 4.17.19 a53f374

https://github.com/j0lv3r4/next-csrf/compare/v0.1.1...v0.1.2

v0.1.1

3 years ago

v0.1.0

3 years ago
  • Readme additions a4d7a1b
  • Add ignoredMethods fc540fa
  • Implementation, tests and first draft of readme dd317bf

https://github.com/j0lv3r4/next-csrf/compare/v0.0.3...v0.1.0

v0.0.3

3 years ago
  • Create middleware and first implementation e1ada4e

https://github.com/j0lv3r4/next-csrf/compare/v0.0.2...v0.0.3

v0.0.2

3 years ago