How to protect APIs with JWT and API Gateway Lambda Authorizer
JSON Web Token (JWT) is an open standard (RFC 7519) that defines a way for transmitting information – like authentication and authorization facts – between two parties: an issuer and an audience. Communication is safe because each token issued is dig...
blog.calandra.me15 min read