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·54 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
satya sootarsatyasootar.hashnode.dev·Nov 18, 2024Difference between Access-Token and Refresh-TokenOnce the user authenticates, the server returns two JSON web tokens: an access token and a refresh token. Access Token An Access Token is a type of JSON Web Token (JWT) issued by the server after successful user authentication. It acts as a key for a...code
JEET MAHAPATRAaccesstoken-refreshtoken.hashnode.dev·Nov 17, 2024Access Token & Refresh Token | Learn in simple wordsLet’s assume, You are a 1st year college student and for this year you want to issue a library card to get a initial entry of your college library. But after that when you get that library card you can easily show that to the librarian and the librar...1 likeJavaScript
caner demircicanerdemirciblog.hashnode.dev·Nov 7, 2024Next.js 14 Admin Panel Security: Using JWT and PIN Code Authentication with App RouterI am working on my blog project and have created an admin panel with the route /admin. To secure the admin routes, I created an authentication system using a PIN input method that employs JWT and refresh token logic. The refresh token is important be...Next.js
SOURAV MOHANTYsourav0010.hashnode.dev·Nov 6, 2024Simple Explanation of Access Tokens, Refresh Tokens, and JWTsWhat is Token? Before discussing the concept of access tokens, refresh tokens, and JWT, let's first understand tokens. Consider an airport as an example. Those who have a pass, are employees of the airport, or have a visitor pass are allowed inside t...1 likeJWT
KUNTAL MAITYkuntalmaity.hashnode.dev·Nov 5, 2024difference between access token and refresh tokenWhy tokens? Authentication and Authorization are the crucial steps for protecting user data. Hear token based authentication comes into the picture. There are many authentication methodologies are available but took in based authentication is most po...access-token