SATYAM KUMAR PANDEYprogrammersatyam.hashnode.dev·Mar 29, 2024"Understanding JWT Tokens: Access vs Refresh Secrets"the differences between JWT_ACCESS_TOKEN_SECRET and JWT_REFRESH_TOKEN_SECRET in the context of JWT (JSON Web Tokens). JWT_ACCESS_TOKEN_SECRET: This is a secret key used to sign access tokens. Access tokens are short-lived tokens that are typically ...jwtToken
ASHUTOSH UPADHYAYashutoshup.hashnode.dev·Mar 17, 2024Demystifying JWT TokensIn today's digital landscape, where security is paramount, implementing robust authentication mechanisms is crucial. One such method gaining popularity is JSON Web Tokens (JWT). JWT offers a secure way to transmit information between parties as a JSO...2 likesJWT
Shreyas Dabhadelogicshrey.hashnode.dev·Mar 11, 2024Exploring the logic behind JSON Web Tokens!As an web developer, you have probably heard about web tokens. If not then it's the time to explore these web tokens and understand the logical significance of them. What is JSON Web Token? JSON Web Token (JWT) is JSON Object which is used to securel...11 likes·158 readsauth with JWT