Himanshu SoniforHimanshu Sonihimanshusoni30.hashnode.dev·Nov 4, 2024Retrieve cookies from HTTP response header using PostmanScenario We aim to make a GET API call to the customer database to validate user details and retrieve the session token, authentication token, and other related tokens as cookies from the server. These cookies are returned in the response header and ...DiscussAPI TESTING
Allan WANJIKUblog.allanwanjiku.tech·Oct 31, 2024Cookies Explained: Why Websites Remember YouCookies are a crucial part of the HTTP protocol. They allow the server to send data to the client, which the client stores and resubmits to the server. While they enable swift browsing, they are also vulnerable to abuse by hackers. Main uses of cooki...Discusswebsite tracking
Thirdy Gayaressoftware-engineer.thirdygayares.com·Oct 19, 2024What is Cookie?A cookie is a small piece of data that a web server sends to a user's web browser. The browser may store it on the user’s computer and then send it back to the server with subsequent requests. Cookies are primarily used to remember information about ...Discusscookies
porobertdevblog.porobert.dev·Oct 16, 2024Sessions, Cookies and AuthenticationAbout The goal of this article is to complement the lesson from The Odin Project curriculum. Initially was written for personal use to try to understand better how this work and make information stick to my brain, but I chose to make it public hoping...Discuss·63 readsBackendJavaScript
Utkarshblogs.utkarshrajput.com·Oct 16, 2024Authentication: Done the Right WayPrologue Authentication—a topic that brings joy to every developer's heart! Right up there with debugging and production outages. But, jokes aside, it’s crucial to get authentication right. Why? Because while you might enjoy seeing error logs, you de...DiscussReact
Vince CangerforWasp - full-stack with React & Node.jswasp-lang.hashnode.dev·Oct 10, 2024The Most Annoying Cookie Banner Ever Hackathon 🤬🍪I love cookies, but I hate cookie banners! We've all had enough of those annoying cookie consent banners that get in our way everyday on the internet. So in the spirit of Halloween and Hacktoberfest, I'm proud to present to you 🤬 THE MOST ANNOYING ...Discuss·20 likes#hacktoberfest
Atharv Sankpalatharvsankpal7.hashnode.dev·Oct 4, 2024Access Tokens and Refresh TokensAccess Token The Access Token is a small piece of data that contains user identity information, such as email, name, and user ID (_id). This token typically has a short lifespan, ranging from 5 to 15 minutes. Due to its comprehensive user information...DiscussToken Management
Sheraz Manzoorsherazmanzoor.hashnode.dev·Oct 1, 2024Next.js Middleware Explained: Simple Guide with ExamplesLet's talk about routing in Nextjs. Today, we will talk about the one of most powerful thing middleware. Middleware in Nextjs offers a powerful and flexible way both to intercept requests from server and control requests flow (redirects, URL rewritin...DiscussNextjs TutorialsNext.js
Jadesola Adeagbojadesolaadeagbo.hashnode.dev·Sep 21, 2024All you need to know about cookiesBefore you get excited, I would like to add a disclaimer: I’m not about to discuss chocolate cookies, nor will I give you steps to bake them (although I would if I knew how to bake properly😅). What I mean by cookies in this context is “Internet cook...Discuss·25 likes·55 readscookies
Junaid Bin JamanProjunaidbinjaman.help·Sep 19, 2024Master PHP Cookies & Sessions: A Complete GuideHey there, future web dev superstars! 🎉 Welcome to a fun, exciting, and oh-so-practical tutorial on PHP cookies and sessions! By the end of this, you'll be handling user data like a pro and will know when to use cookies or sessions in real-world web...DiscussPHP