From 0b773398bd2aa81ee5a3fd4e9b508f6c3a5b7817 Mon Sep 17 00:00:00 2001 From: Spartan015 <146926755+Spartan015@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:07:08 +0530 Subject: [PATCH] Changing a tags to markdown links --- nodeJS/authentication/authentication_basics.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodeJS/authentication/authentication_basics.md b/nodeJS/authentication/authentication_basics.md index d6c415c8bef..ba929133fd8 100644 --- a/nodeJS/authentication/authentication_basics.md +++ b/nodeJS/authentication/authentication_basics.md @@ -353,7 +353,7 @@ This section contains helpful links to other content. It isn't required, so cons ### Knowledge checks This section contains questions for you to check your understanding of this lesson. If you’re having trouble answering the questions below on your own, review the material above to find the answer. -- Which passportJS strategy did we use in this lesson? -- Why does passportJS create a cookie? -- What does the `bcrypt.compare()` function do? -- Why should we include bcrypt when we begin a project? +- [Which passportJS strategy did we use in this lesson?](#strategy) +- [Why does passportJS create a cookie?](#cookie) +- [What does the `bcrypt.compare()` function do?](#compare) +- [Why should we include bcrypt when we begin a project?](#bcrypt)