diff --git a/docs/integrations/jwt_gen.rst b/docs/explanations/external_auth.rst similarity index 96% rename from docs/integrations/jwt_gen.rst rename to docs/explanations/external_auth.rst index 2bc2d8d22..3964316cd 100644 --- a/docs/integrations/jwt_gen.rst +++ b/docs/explanations/external_auth.rst @@ -1,6 +1,6 @@ -.. _external_jwt: +.. _external_auth: -External JWT Generation +External Authentication ----------------------- JWT from Auth0 diff --git a/docs/references/auth.rst b/docs/references/auth.rst index de0b74d0c..53e15f3cf 100644 --- a/docs/references/auth.rst +++ b/docs/references/auth.rst @@ -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: