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
Yes. I second this. Working with AWS Amplify and AppSync using IAM auth. The context identity object in AppSync is from Congito Identities (not User Pool) and does not have any user information. I would love to just be able to pass the authenticated user's JWT as a header.
Feature Request
What is the current behavior?
Currently if a user uses a GraphQL endpoint,
aws-amplify
does not seem to apply any headers that would usually be on a request made fromAPI.post()
.What is the expected behavior?
It would be nice to be able to specify that the GraphQL endpoint is also
AWS_IAM
authorized.Amplify v0.3.0
The text was updated successfully, but these errors were encountered: