Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing a tags to markdown links #26521

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)