lambda-auth0-authorizer icon indicating copy to clipboard operation
lambda-auth0-authorizer copied to clipboard

An AWS Custom Authorizer for AWS Gateway that support Auth0 Bearer tokens.

Results 3 lambda-auth0-authorizer issues
Sort by recently updated
recently updated
newest added

According to: https://auth0.com/docs/api/authentication#get-token-info the /tokeninfo should be deprecated instead of /userinfo, which you say in your code that should not be used. > This endpoint is part of the legacy...

I have tested the auth0 version: https://github.com/auth0-samples/jwt-rsa-aws-custom-authorizer. It works locally on my computer. Then I have created the Lambda and run the test in the web console and get this:...

Bumps [jose](https://github.com/panva/jose) from 4.15.4 to 4.15.5. Release notes Sourced from jose's releases. v4.15.5 Fixes add a maxOutputLength option to zlib inflate (1b91d88), fixes CVE-2024-28176 Changelog Sourced from jose's changelog. 4.15.5...

dependencies