Skip to content

Commit aedcb31

Browse files
tirumaraiselvanrikinsk
authored andcommitted
add local dev note via ngrok to auth0 docs guide (hasura#3372)
1 parent d2046d8 commit aedcb31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/graphql/manual/guides/integrations/auth0-jwt.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,3 +201,8 @@ That’s it! This rule will be triggered on every successful signup/login and sy
201201
.. note::
202202

203203
We need to use an ``upsert`` operation here because social logins do not distinguish between sign-up and login. Hence, we need to run this rule every time a successful login is made and do nothing if the user already exists.
204+
205+
206+
.. admonition:: Local dev with Auth0 rules
207+
208+
The sync step will require a reachable endpoint to Hasura and this is not possible in localhost. You can use `ngrok <https://ngrok.com/>`_ or similar services to expose your locally running Hasura with a public endpoint temporarily.

0 commit comments

Comments
 (0)