Published onJuly 8, 2024Introduction to Cookies and SecuritycookiessecurityLearn about the history of cookies and how to use it securily on the web
Published onMay 30, 2024Authentication vs Authorization, They're Not the Same ThingsecuritybackendAuthentication asks "who are you?" Authorization asks "what can you do?" Confusing them leads to security vulnerabilities that are easy to miss and hard to find.
Published onNovember 17, 2023CORS Explained, Why Your Request Is Being BlockedhttpsecurityfrontendCORS errors are one of the most common frustrations in web development. Here's how the browser's same-origin policy works, and how CORS solves it.