curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Update Lesson: Authentication Basics

Open 01zulfi opened this issue 1 year ago • 2 comments

Lesson: Authentication Basics

Lesson overview

Update the current Authentication Basics lesson to align with Node Revamp

Lesson outline

The following items define the scope of the lesson. The lesson outline is flexible; you can improve, expand, and omit items whilst writing lesson content (make sure the pull request description mentions that).

  • Replace MongoDB/Mongoose instructions with equivalent PostgreSQL/node-postgres instructions
  • Replace connect-mongo for storing sessions with connect-pg-simple

Acceptance criteria

If the requirements here are not met, the work effort is not complete.

  • [ ] Lesson conforms to the outline above (unless outline has been modified).
  • [ ] Lesson follows our Layout Style Guide.

Additional information

Get the lesson template

Download the lesson template using the following command (replace lesson_name with the actual lesson name):

curl -o <lesson_name>.md https://raw.githubusercontent.com/TheOdinProject/curriculum/main/templates/lesson-template.md 

01zulfi avatar Apr 27 '24 14:04 01zulfi