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...
Oct 16, 201915 min read463
