Madhav Maheshwariwhy-refresh-access-tokens-matter.hashnode.dev·Dec 12, 2024Why Refresh & Access Tokens Matter ?Why Refresh & Access Tokens Matter for Authentication and Authorization In today’s digital world, making sure users are who they say they are (authentication) and giving them the right permissions (authorization) is key to a secure web experience. Bu...secure authentication
Farrukh Aliitsfarrukhali.hashnode.dev·Jun 7, 2024Mastering Access and Refresh Tokens in JavaScriptIn modern web development, security is very important. One way to keep user sessions secure is by using access and refresh tokens. If you're a JavaScript developer, it's important to understand these tokens to create secure authentication and authori...accesstoken
surender meenasurender.hashnode.dev·May 29, 2024Access Tokens and Refresh Tokens an OverviewWhenever you want to login into some website you need get authenticated, means you should be an authorized user of that website/web App. For those Authentication and Authorization these tokens are used. You will learn more about it in a minute. Just ...token
Rohit Telgoterohittelgote.hashnode.dev·Apr 22, 2024Difference Between Refresh Tokens and Access TokensHave you ever wondered how websites and apps manage to keep you logged in, even after you close them or leave for a while? The secret lies in something called refresh tokens and access tokens. Let's imagine you're at a crowded concert venue. When you...accesstoken
Firoj K. Timalsinafiroze.hashnode.dev·Apr 3, 2024Deciphering Access Tokens and Refresh Tokens: A Developer's GuideIn the world of web development and API authentication, access tokens and refresh tokens play a crucial role in ensuring secure and seamless interactions between clients and servers. Understanding how these tokens work and their significance is essen...accesstoken
Aditya Vermaadityabverma.hashnode.dev·Feb 20, 2024Access Tokens and Refresh TokensIntroduction : Tokens are used to authenticate users and authorize requests from clients without keeping the session data on the servers. Tokens provide a way to avoid storing tokens in a database by encoding all of the necessary information in the t...11 likes·197 readsaccesstoken
Pritam Ghoshpritamghosh.hashnode.dev·Jan 18, 2024Access & Refresh Tokens ExplainedImagine logging into your favorite app every time you want to check your messages. Sound boring, right? That's where access and refresh tokens come in - like the digital keys that keep you logged in without constant re-entry. Access Token: Your Sho...accesstoken
Rohit Bhatademr-mic.hashnode.dev·Dec 29, 2023Understanding the Authorization Flow of Access Tokens and Refresh TokensIn the world of web development, mastering the foundation is key. Following Hitesh Choudhary Sir's YouTube channel, ChaiAurCode, has been instrumental in building a strong understanding, especially with the JavaScript playlist. In one of the recent v...accesstoken
anubhav baranwalspearhead.hashnode.dev·Dec 28, 2023Demystifying Access Tokens and Refresh Tokens in MERN ApplicationsAuthentication is the cornerstone of secure applications, and in the MERN stack (MongoDB, Express, React, and Node.js), a common approach utilizes access tokens and refresh tokens. But what exactly are these tokens, and how do they work together? Thi...34 readsMERN Stack
Nikhil Kumar0nikhilkumar.hashnode.dev·Dec 23, 2023Access Token V/S Refresh TokenJWT JWT Stands for Json Web Token, it used for to set the cookies basically performing the CRUD (Create, Read, Update, Delete) operations. Difference between Access & Refresh Token Basically Access token and refresh token both are set in the cookies...refreshtoken