docs: external authentication page in explanations

- Move page from External JWT generation
This commit is contained in:
steve-chavez
2025-05-30 17:59:51 -05:00
committed by Steve Chavez
parent afc989403d
commit 72f6036432
2 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
.. _external_jwt:
.. _external_auth:
External JWT Generation
External Authentication
-----------------------
JWT from Auth0
+1 -1
View File
@@ -77,7 +77,7 @@ If the client included no JWT (or one without a role claim) then PostgREST switc
JWT Generation
~~~~~~~~~~~~~~
You can create a valid JWT either from inside your database (see :ref:`sql_user_management`) or via an external service (see :ref:`external_jwt`).
You can create a valid JWT either from inside your database (see :ref:`sql_user_management`) or via an external service (see :ref:`external_auth`).
.. _client_auth: