Tanay Nagdetanaynagde.hashnode.dev·Oct 26, 2024Understanding Higher-Order Functions in JavaScriptThis blog is inspired by a conversation I had with ChatGPT while grappling with the concept of asyncHandler from the backend series by Hitesh Choudhary. As I faced challenges in understanding this important aspect of error handling in asynchronous pr...1 likeJavaScript
Himanshuraj Tiwariaccess-and-refresh-token-himanshu2918.hashnode.dev·Sep 29, 2024Access Token And Refresh TokenThe access token and refresh token and most commonly used technique for authentication. So let discuss more about this What is access token ? Access Tokens are short-lived tokens used to authenticate users. When a user logs into a web page, we set th...Web Development
Harmis Tervadiyaharmistervadiya.hashnode.dev·Jul 22, 2024Access Token and Refresh TokenFirst of all a big shoutout to Hitesh Choudhary sir for his amazing series chai aur backend. I have learned a lot from it the level and the quality of the content is something else you will not find production grade content like this anywhere else. P...Developer
Firoj K. Timalsinafiroze.hashnode.dev·Apr 3, 2024A personal Road Map To Back-end Web Development: Let's Learn Back-endSince last few days, I have been feeling this urge to dive into the depths of back-end web development, however the problem being not understanding where to start from and what topics that needs to be studied and understood. After hours and hours of ...backend
Ashutosh Kumar (Ashu)ashusnapx.hashnode.dev·Mar 8, 2024Access token vs Refresh tokenWhat is access token? Access token is basically used to verify user if user is logged in or not. this simply stores a string, which contains info which user passed in it like email, username, etc. Access token has a smaller life span. now small means...22 likes·34 readsaccess-token
Agnibha Chakrabortyagni03.hashnode.dev·Mar 8, 2024Aggregation Pipelines in MongoDBThe concept of aggregation pipelines in MongoDB is considered one of the complex topics in MongoDB databases. Therefore, it is often found in SDE II or above job roles and rarely for SDE I. In this concept, we generally consider that aggregation pip...41 readsMongoDB
Md Moaz Shamimmoazalien.hashnode.dev·Jan 28, 2024The topic of our discussion: Access token and Refresh Token.Let me explain it in simple language: Imagine you have a secret club, and you want only members to enter. To control access, you give each member a special badge (like an access token). Now, when someone wants to enter the club, they need to show the...1 likechai-aur-backend
Mayank Sharmamayanksharma.hashnode.dev·Jan 20, 2024Difference between Access Token and Refresh TokenIntroduction In the ever-changing world of web development, authentication is a critical component for protecting sensitive information and guaranteeing secure interactions between users and apps. As online systems become more complex, the necessity ...1 like·94 readschai-aur-backend