JWT. What is it really?
JWT is an open industry standard that shares information between two entities, typically a client and a server. JWT verifies whether the user that logged in during the authentication process has access to the server.
Traditional methodology via Cooki...
mnand.hashnode.dev2 min read