Skip to content

Commit

Permalink
Merge pull request #26485 from Spartan015/patch-2
Browse files Browse the repository at this point in the history
Changing anchor tags to markdown links.
  • Loading branch information
wise-king-sullyman authored Oct 12, 2023
2 parents b3b53bd + 0cfd233 commit 4a10bda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nodeJS/apis/api_security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- <a class='knowledge-check-link' href='https://dev.to/_arpy/learn-using-jwt-with-passport-authentication-22n8'>What is a JSON web token?</a>
- <a class='knowledge-check-link' href='#secure-token'>What are two things a secure token will do?</a>
- <a class='knowledge-check-link' href='#pass-token'>Where in the code is a secure token passed?</a>
- [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)

0 comments on commit 4a10bda

Please sign in to comment.