AWS Lambda Custom JWT Validation
I’ve built that first validates the JWT Token and then extracts the user unique ID (“sub”). In a non Lambda environment the script works fine, however in the AWS Lambda I’m having an error message. What could be the problem? Unexpected error during JWT validation: Unable to find an algorithm for key: {‘alg’: ‘RS256’, ‘e’: […]