From 0cfd233fe24ae0da86725f7477a6a504d4c506c1 Mon Sep 17 00:00:00 2001 From: Spartan015 <146926755+Spartan015@users.noreply.github.com> Date: Thu, 12 Oct 2023 14:45:57 +0530 Subject: [PATCH] Update api_security.md --- nodeJS/apis/api_security.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodeJS/apis/api_security.md b/nodeJS/apis/api_security.md index 57569838d07..abc7c150e84 100644 --- a/nodeJS/apis/api_security.md +++ b/nodeJS/apis/api_security.md @@ -37,6 +37,6 @@ This section contains helpful links to other content. It isn't required, so cons ### Knowledge check 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. -- What is a JSON web token? -- What are two things a secure token will do? -- Where in the code is a secure token passed? +- [What is a JSON web token?](https://dev.to/_arpy/learn-using-jwt-with-passport-authentication-22n8) +- [What are two things a secure token will do?](#secure-token) +- [Where in the code is a secure token passed?](#pass-token)