From 22ce8864faa195647e8cac9ff9bfb6fc142c5626 Mon Sep 17 00:00:00 2001 From: Robin Chalas Date: Thu, 7 Nov 2024 13:53:19 +0100 Subject: [PATCH] [docs] Fix links to token invalidation --- README.md | 2 +- .../doc/{10-invalidate-token.rst => 11-invalidate-token.rst} | 0 Resources/doc/index.rst | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) rename Resources/doc/{10-invalidate-token.rst => 11-invalidate-token.rst} (100%) diff --git a/README.md b/README.md index 1b452907..01c74eb8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The bulk of the documentation is stored in the [`Resources/doc`](Resources/doc/i * [Creating JWT tokens programmatically](Resources/doc/7-manual-token-creation.rst) * [A database-less user provider](Resources/doc/8-jwt-user-provider.rst) * [Accessing the authenticated JWT token](Resources/doc/9-access-authenticated-jwt-token.rst) - * [Invalidate token on logout](Resources/doc/10-invalidate-token-on-logout.rst) + * [Invalidate token on logout](Resources/doc/11-invalidate-token.rst) Community Support ----------------- diff --git a/Resources/doc/10-invalidate-token.rst b/Resources/doc/11-invalidate-token.rst similarity index 100% rename from Resources/doc/10-invalidate-token.rst rename to Resources/doc/11-invalidate-token.rst diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index 8e9b19e6..b9030fd2 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -285,5 +285,6 @@ The following documents are available: - :doc:`A database-less user provider ` - :doc:`Accessing the authenticated JWT token ` - :doc:`Web-Token feature ` +- :doc:`Invalidate token on logout ` .. _Web-Token: https://web-token.spomky-labs.com/