Will JWT authorizer in aws HTTP API gateway cache Public key to avoid repeated call to Authorisation server

288 Views Asked by At

Will JWT authorizer in aws HTTP API gateway cache Public key to avoid repeated call to Authorisation server ?

1

There are 1 best solutions below

0
Oleksandr Golovatyi On

Yes it does. It is documented in the part explaining how cognito keys are cached by API Gateway: https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-tokens-caching-tokens.html