Skip to content

Commit

Permalink
Changing a tags to markdown links (#26521)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spartan015 authored Oct 18, 2023
1 parent f03c616 commit 2d614db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nodeJS/authentication/authentication_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

- <a class='knowledge-check-link' href='#strategy'>Which passportJS strategy did we use in this lesson?</a>
- <a class='knowledge-check-link' href='#cookie'>Why does passportJS create a cookie?</a>
- <a class='knowledge-check-link' href='#compare'>What does the `bcrypt.compare()` function do?</a>
- <a class='knowledge-check-link' href='#bcrypt'>Why should we include bcrypt when we begin a project?</a>
- [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)

0 comments on commit 2d614db

Please sign in to comment.