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!
Next.jsHeadless
My 2024 mvp submission

My 2024 mvp submission

November 26, 20243 min readSitecore

As the MVP submission deadline comes to a close here's my write-up of this years contributions
SitecoreMVP submission 2024