Sitecore blog posts

Securing forms with CSRF protection in a Next.js app
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!