You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2019. It is now read-only.
I want to build an API which is not public and which requires a cognito user pool token for access. I have set defaultAction: DENY in serverless.yml, but there is nothing blocking access when I make a request, provided the JWT I supply in the auth header is actually a JWT. It doesn't fail if the JWT has got nothing to do with the user pool I specified, whereas the actual deployed API refuses access.
The text was updated successfully, but these errors were encountered:
I want to build an API which is not public and which requires a cognito user pool token for access. I have set
defaultAction: DENY
inserverless.yml
, but there is nothing blocking access when I make a request, provided the JWT I supply in the auth header is actually a JWT. It doesn't fail if the JWT has got nothing to do with the user pool I specified, whereas the actual deployed API refuses access.The text was updated successfully, but these errors were encountered: