It took me a while to figure out why my authorization header was not working in Hasura console. I had not uncommented the HASURA_GRAPHQL_JWT_SECRET in docker-compose.yml.
I think this should automatically be uncommented, or add something to the readme to uncomment it before running docker-compose up
It took me a while to figure out why my authorization header was not working in Hasura console. I had not uncommented the
HASURA_GRAPHQL_JWT_SECRETin docker-compose.yml.I think this should automatically be uncommented, or add something to the readme to uncomment it before running
docker-compose up