We are trying to configure oauth0 with serverless API hosted on AWS, our runtime is node, but we don’t use express. is there an easy alternative to using express-oath2-jwt-bearer to protect our serverless routes?
Hi @adamnhc,
Welcome to the Auth0 Community!
You can set up a custom authorizer with API Gateway. Here is our doc on it: Secure AWS API Gateway Endpoints Using Custom Authorizers
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.