-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
Hi guys, I have a remote schema which is an authentication server that exposes public mutations like signup, login, verifyToken etc, and a permission on table users that permits users to only read the fields they own. When used separately everything works : I can retrieve my jwt token and use it on hasura and the permission works as expected. But when I do the mutation through hasura (without Authorizationheaders set because I should be an anonymous users) I get the error Missing Authorization header in JWT authentication mode. Is it possible to use hasura with permissions + remote schemas and how to do it? Is there a work around or a quick fix?
Metadata
Metadata
Assignees
Labels
No labels