Lambda authorizer which validates JWT signature and claims. Specific to client ordering flow.
Part of a group course project of a self service and kitchen management system for a fictional fast food restaurant.
Lambda authorizer function which simply validates incoming JWT and returns if it's valid (RSA pub key only, no issuer, oidc, etc)
JavaScriptMIT