Smit Bhoraniyasmit-bhoraniya.hashnode.dev·Jul 15, 2023The Power of Access Tokens and Refresh Tokens: A Guide to Secure AuthenticationA token is a piece of data that serves as a representation or proof of authorization. It is typically used to authenticate and validate the identity of a user or a client application in order to grant access to certain resources or perform specific a...Discuss·10 likes·82 readsaccess-token
Sanchit Khuranageniuslearner.hashnode.dev·Feb 15, 2023What are refresh tokens?In modern web applications, it is common for users to need to authenticate themselves in order to access various features and data. This authentication process usually involves the use of access tokens, which are short-lived tokens that grant a user ...Discuss·46 readsrefreshtoken
Sagar Medtiyablog.sagarmedtiya.com·Jun 14, 2022🔐Access Token and Refresh Token🔑This post will be a simple walkthrough to the access token and refresh token. Grab your seat belt and let's understand about token first.😊 So, what is a token? Token is a piece of data that carry enough information to work out the process of authent...Discuss·40 readsauthentication