Feature Request P2
Status Update
Comments
ba...@google.com <ba...@google.com> #2
Hello,
Thank you for reaching out to us!
I tried to reproduce this issue at my end. However, I am getting the intended behavior.
Please check the
Please let me know if that helped you with your use case and if there is anything else you would need assistance with.
Thank you
Description
set up is for an e-commerce site: Cloud Function running GraphQL API
API Gateway in front of Cloud Function, which performs auth through JWT.
It would be a good performance benefit to optionally do JWT auth and to do it at the gateway level, to
simplify Cloud Function, as well as be able to optimize performance with caching.
More info here: