Access Token V/S Refresh Token
Dec 23, 2023 · 2 min read · JWT JWT Stands for Json Web Token, it used for to set the cookies basically performing the CRUD (Create, Read, Update, Delete) operations. Difference between Access & Refresh Token Basically Access token and refresh token both are set in the cookies...
Join discussion