#authentication
Read more stories on Hashnode
Articles with this tag
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...
While these terms are often used interchangeably, authentication and authorization represent fundamentally different functions. In this blog, we’ll...