Barmanjibackend-finnese.hashnode.dev·5 hours agoLittle talks on: Mongoose with Pagination and Aggregation Pipelines.This article is about my new app Youtube-Twitter Tokens- Lets talk about tokenization- Why its important? and What is a Token?Tokens are pieces of data that carry just enough information to facilitate the process of determining a user's identity or a...backend
kashaf alirefreshandaccesstokens.hashnode.dev·Jan 19, 2025Understanding Refresh Tokens and Access TokensIn the world of web applications and APIs, authentication and authorization mechanisms play a crucial role in ensuring secure interactions between users and systems. Two essential components in these mechanisms are Access Tokens and Refresh Tokens. L...access-token
Abhishek Rautsweabhishek.hashnode.dev·Jan 10, 2025Understanding Access Tokens and Refresh Tokens: Why, How, and When 🚀Picture this: You walk into your favorite club 🕺. The bouncer checks your ID (authentication) and gives you a wristband 🎫 (access token). But wait — that wristband is only valid for a couple of hours ⏳. If you want to stay longer, you head back to ...access-token
Rahul Kapgateweb-development-rahul-kapgate.hashnode.dev·Dec 28, 2024The Importance of JWT, Access Tokens, and Refresh Tokens in Modern Web SecurityThe Importance of Access Tokens and Refresh Tokens in Web DevelopmentAs a software engineer, I've learned that understanding web security is crucial, especially when working with user authentication systems. One of the most effective tools for this i...1 likeJWT
Nafeynjbarticles.hashnode.dev·Dec 26, 2024Access Tokens vs Refresh Tokens, NodejsDifference is that AccessToken is used for a short duration for e.g: while logging in however RefreshToken is used for a longer duration like staying logged in. Refresh Tokens are stored in database and can require access tokens to regenerate refresh...Node.js
Sudipta Pradhansudo-coder.hashnode.dev·Dec 13, 2024Guide to Authentication with Access and Refresh Tokens in React/Next.jsIntroduction Before allowing access to a resource or service, authentication is the process of confirming a user's or system's identity. Making sure that only authorized users may engage with the system is the first and most important step in protect...2 likes·59 readsauthentication
Harsh Yadavtoken-types.hashnode.dev·Dec 13, 2024Difference between Access Token and Refresh Token/ lets get started / as hitesh choudhary sir said for writing a blog.. access token are short lived while refresh token are long lived.token
Yash Sharmaplaytheleetcode.hashnode.dev·Dec 11, 20241 . 50 Essential DSA Questions from NeetCode for Interview SuccessArrays & Hashing Contains Duplicate Valid Anagram Two Sum Group Anagrams Top K Frequent Elements Valid Sudoku Product of Array Except Self Longest Consecutive Sequence Two Pointers Valid Palindrome Two Sum II (Input Array Is Sorted) 3Sum...leetcode
Aditya Kumar Singhadityasingh2005.hashnode.dev·Dec 6, 2024Access Token vs. Refresh Token: A Simple BreakdownIn the world of web development and security, authentication and authorization are key concepts for ensuring that users are properly identified and can access the resources they are permitted to. One of the most widely used mechanisms for authenticat...10 likesNode.js
Abdul Rahman Moinrefresh-token-vs-access-token.hashnode.dev·Nov 29, 2024Refresh Token vs Access TokenWhat is an Access Token? An access token, typically JWT, is an encrypted thing that saves the time of the user and the server cost the website owner. But what actually is it? It is an encrypted token or string that is equal (when it got decrypted) to...refresh-token