Open Nao000 opened 1 year ago
Using SameSite and HttpOnly tokens
https://blog.logrocket.com/protecting-next-js-apps-csrf-attacks/#protect-next-js-app-csrf-attacks
Cookie の属性を使う方法もあるらしい。
https://www.npmjs.com/search?q=csrf&ranking=maintenance ここで探してみる
express の csurf を使っている記事をいくつか見たけど、非推奨になってるので、別なのを探し中
CSRF Prevention on Node.js Express without csurf https://medium.com/@brakdemir/csrf-prevention-on-node-js-express-without-csurf-da5d9e6272ad
https://blog.logrocket.com/protecting-next-js-apps-csrf-attacks/#protect-next-js-app-csrf-attacks
Cookie の属性を使う方法もあるらしい。