Securing forms with CSRF protection in a Next.js app
December 09, 2024 • 4 min read • Sitecore
Cross Site Request Forgery (CSRF) is a possible attack vector to your site to which you want to safeguard. Techniques in standard server based SSR websites are well documented. How does safeguarding your site when it is statically generated work though? Read more and find out!
Next.jsHeadless