Showing posts with label cookies. Show all posts
Showing posts with label cookies. Show all posts

A guide to cookies in Next.js

A guide to cookies in Next.js
Cookies are discreet data packages stored within our browsers, often carrying various purposes. Some intrusively encroach on privacy, while others aim t…
Read more »

LocalStorage and SessionStorage in the Web Storage APIs

LocalStorage and SessionStorage in the Web Storage APIs
SessionStorage and LocalStorage are two key components of the web storage API. These APIs enable the storage of data on the client-side of web applications .
Read more »

Protecting Next.js apps from CSRF attacks

Protecting Next.js apps from CSRF attacks
In this article, we’re going to take a look at Cross-Site Request Forgery (CSRF) attacks in the context of a Next.js application and how to protect yourself fr…
Read more »