0

I want to sync users from Auth0 to Hasura using Flutter Auth0 and Hasura Auth0 JWT Integration.

I am not able to sync any information in Hasura table from Flutter frontend, I am passing the x-hasura-admin-secret header.

Here is my code:

final HttpLink httpLink = HttpLink(
            uri: 'https://apppp.herokuapp.com/v1/graphql',
            headers: {"x-hasura-admin-secret": "xxxxx"});

Can anyone please guide?

grandouassou
  • 2,500
  • 3
  • 25
  • 60
kinu
  • 13
  • 3

1 Answers1

0

There is no such thing as automatic syncing. Check the documentation here regarding authentication & authorization.

rollingBalls
  • 1,808
  • 1
  • 14
  • 25