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
Shashank Pandeydeveloperwriter.hashnode.dev·Aug 2, 2024Understanding the Difference Between Access Tokens and Refresh TokensAccessToken: Purpose: Grants access to protected resources. Lifespan: Short-lived, typically lasting from a few minutes to an hour. Usage: Sent with each request to access a protected resource. Security: Can be revoked at any time and is designed...backend
tushal pethanitushal.hashnode.dev·Jul 15, 2024Details about TokensHave I seen it before? 🤔Lets understand it with a real world example. Suppose you logging in a bank application. If your credentials are correct then, your bank details are shown to you. After some transactions you closed that app and now you want t...backend
Mrigangka Dattamrigangkadatta.hashnode.dev·Jun 27, 2024Difference Between Access Token And Refresh Token ?Understanding Tokens in Authentication Before diving into access tokens and refresh tokens, let's establish a clear understanding of what a token is in the context of authentication. Token: A token is a piece of data, typically a cryptographically s...4 likes·31 readstokens jwt