From 3b26333053a51c6decd402b6d62e2532d0b2560b Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Fri, 31 Jan 2025 16:10:10 -0500 Subject: [PATCH] Change jwt link to working version Probably better to link to the official RFC anyways. --- docs/source/samples/todo-app/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/samples/todo-app/index.rst b/docs/source/samples/todo-app/index.rst index a80cd689b..5070515f2 100644 --- a/docs/source/samples/todo-app/index.rst +++ b/docs/source/samples/todo-app/index.rst @@ -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 `__ -when you login. +our auth functionality is through issuing a +`JWT `__ when you login. Users Table ~~~~~~~~~~~