Cheryl Mcherylm.hashnode.dev·Sep 27, 2024Handling Refresh Token with Next.js, Auth.js (next-auth v5) Credentials Provider, and HTTPOnly CookieI worked on a Next.js app that connects to a NestJS backend for authentication using an access token and a refresh token stored as HttpOnly Cookie. The main challenge is that cookies are read-only in server components; they can only be used in server...Discuss·70 readsnext-auth-v5
Abhijeet Kumarsecurityin.cloud·Aug 23, 2022Demystifying Cookies from a security standpointWho doesn’t love a tasty COOKIE/BISCUIT? The same is true for the “Website Cookies” (special text files), which are used for authentication, season management, personalization & tracking. Since HTTP happens to be a STATELESS protocol, websites need t...DiscussMy Blogs from Mediumcybersecurity