Skip to content

Commit

Permalink
[docs] Fix links to token invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Nov 7, 2024
1 parent 2cd46ec commit 22ce886
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------------
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions Resources/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,5 +285,6 @@ The following documents are available:
- :doc:`A database-less user provider </8-jwt-user-provider>`
- :doc:`Accessing the authenticated JWT token </9-access-authenticated-jwt-token>`
- :doc:`Web-Token feature </10-web-token>`
- :doc:`Invalidate token on logout </11-invalidate-token>`

.. _Web-Token: https://web-token.spomky-labs.com/

0 comments on commit 22ce886

Please sign in to comment.