Morgbn / nuxt-csurf

Nuxt Cross-Site Request Forgery (CSRF) Prevention
https://nuxt-csurf.vercel.app
MIT License
77 stars 16 forks source link

Doesn´t works as expected on distributed systems #35

Closed mcataciertocom closed 6 months ago

mcataciertocom commented 7 months ago

Hello, im running nuxt on kubernetes cluster with 2 replica sets. there is a way to configure an external common storage like redis?

Morgbn commented 6 months ago

Hello, nothing is stored on the server side, verified data comes from the client (cookies and headers). Why would you need redis storage?