Hey guys, I’m using IAM as authorizer for my Graph...
# sst
e
Hey guys, I’m using IAM as authorizer for my GraphQLApi, but unfortunately, doing that, the GraphQL playground on the SST console stops working because of the missing IAM authorization. Is there a handy way to get this API authorized inside the dashboard?
t
we'll likely need to provide an easier way to do this but you'll need to set the auth headers yourself in the playground
f
Yeah if you have ur frontend hooked up already, you could make a request from ur frontend and grab the header from developer console, and use that in the SST Console playground.