Understanding Jwt -JsonWebToken
In token-based authentication, we store the user’s state on the client. JSON Web Token (JWT) is an open standard (RFC 7519) that defines a way of securely transmitting information between a client and a server as a JSON object. In this blog, I will u...
Dec 23, 20219 min read87
