Skip to content

Commit

Permalink
Merge branch 'fix-doc-link'
Browse files Browse the repository at this point in the history
PR #2132

* fix-doc-link:
  Change jwt link to working version
  • Loading branch information
jamesls committed Jan 31, 2025
2 parents 39285c2 + 3b26333 commit 9b30601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/samples/todo-app/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@ Our REST API for our Todo items requires that you send an appropriate
``Authorization`` header when making HTTP requests. You can retrieve
a auth token by making a request to the ``/login`` route with your
user name and password. The underlying mechanism used to handle
our auth functionality is through issuing a `JWT <https://jwt.io/>`__
when you login.
our auth functionality is through issuing a
`JWT <https://datatracker.ietf.org/doc/html/rfc7519>`__ when you login.

Users Table
~~~~~~~~~~~
Expand Down

0 comments on commit 9b30601

Please sign in to comment.