Arish Ahmadblog.arishahmad.in·Sep 1, 2024Understanding JWTs: The Key to Secure User AuthenticationWhat is JWT? JWT stands for JSON Web Token. It’s a compact, URL-safe token format used to securely transmit information between parties as a JSON object. How Does JWT Work? Think of a JWT as a sealed envelope. This envelope contains some information ...Discuss·28 readsJWT
Shanu Rawshanu001x.hashnode.dev·Aug 2, 2024Have You Ever Wondered How Websites Keep You Logged In Securely?In today's digital world, security is paramount. Have you ever wondered how websites keep you logged in without asking for your password repeatedly? The secret lies in the clever use of access tokens and refresh tokens. Let's explore how these digita...Discuss·1 likeJWT token,JSON Web,Token,Token authentication,Access token,JSON token,JWT security,JWT authentication,Token-based authentication,JWT decoding,JWT implementation
Shyam Sutarshyamsutar.hashnode.dev·Jun 16, 2024Understanding Access Tokens and Refresh Tokens: A Beginner's GuideWelcome to my first blog on Hashnode! Today, we're diving into the world of access tokens and refresh tokens, which are crucial for secure and seamless user authentication in web and mobile applications. Let’s break it down in simple terms. What Are ...Discuss·1 likeauthentication
Arturcode-with-arthur.hashnode.dev·Jun 13, 2024Mastering Authentication in Node.js: Implementing JWT with Express.jsIn the digital age, securing web applications is not just an option but a necessity. Whether you're handling sensitive user data, processing transactions, or managing private information, robust security measures are crucial to protect against unauth...DiscussTokenBasedAuthentication
Sudip Shresthasudipstha.hashnode.dev·Apr 7, 2024JWTs: A Beginners GuideIn the world of modern web development, security is paramount. One of the key technologies that have gained immense popularity in recent years is JSON Web Tokens (JWTs). JWTs, pronounced "jot", have become a standard for securely transmitting informa...DiscussJWT
Soniya Prasadsoniyaprasad.hashnode.dev·Feb 18, 2024Access vs Refresh TokensIn the context of authentication and authorization in web development, access tokens, and refresh tokens are used to secure and manage access to resources on behalf of a user. These tokens ensure secure communication between a client application and ...Discuss·2 likes·90 readsjsonwebtoken
Malik mubashar Hassanalrehman.hashnode.dev·Dec 27, 2023JWT Access and Refresh TokenJWT(Json web tokens) is a library or npm package which provide us two types of token one is access and seconded one is refreshed. to maintain the login functionality of user with authentication and authorization. provided token is a form of encrypted...DiscussJWT
Navraj Singhnavraj-blog.hashnode.dev·Dec 14, 2023Complete JWT (Json Web Token) Authentication Tutorial For Your Upcoming Full-Stack ProjectIntegrating JWT Authentication in Your Full Stack Project😙 So, you want to include JWT (JSON WEB TOKEN) Authentication in your next project for seamless and secure authentication? Here is the sweet and straight-to-the-point tutorial for you... Pre-R...DiscussJWT
Dhanush Ndhanushnehru.hashnode.dev·Sep 29, 2023A Comprehensive Guide to JSON Web TokensIntroduction: JWT stands for JSON Web Token. JWTs are commonly used for authentication and authorization purposes in modern web applications and APIs. JWT Parts: A JWT consists of three parts: a header, a payload, and a signature, which are concatena...Discuss·3 likes·35 readsjsonwebtoken
Olivia Oputaoputaolivia.hashnode.dev·Sep 20, 2023Node.Js with Livia || Demystifying User Authentication & Authorization (Part II)Single-factor authentication (SFA) is a fundamental security mechanism used to verify the identity of a user based on a single piece of information or factor. In this tutorial, we will implement password-based authentication using JSON Web Tokens (JW...Discuss·9 likes·252 readsNODE.JS WITH LIVIAauthentication