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

New Lesson: Cookies #28848

Open
2 tasks
MaoShizhong opened this issue Sep 23, 2024 · 1 comment · May be fixed by #28974
Open
2 tasks

New Lesson: Cookies #28848

MaoShizhong opened this issue Sep 23, 2024 · 1 comment · May be fixed by #28974
Assignees
Labels
Project Node Revamp Issues/PRs related to the Node Revamp project Status: Stale This issue/PR has been inactive for over 30 days and will be closed if inactivity continues

Comments

@MaoShizhong
Copy link
Contributor

Lesson: Cookies

Lesson overview

Lesson exploring cookies and various cookie options.

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).

  • High level overview of cookies and what they can be used for.
  • Explain the different options like httpOnly or secure.
    • Explain when different options may be needed e.g. same/cross-site context, how it might affect local dev vs deployed environments.
  • Keep the scope relatively simple as the surrounding lessons are in a same-site context, and cross-site specific solutions (like CHIPS or reverse-proxies) can be explored in a later lesson e.g. JWTs vs sessions.

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 
@MaoShizhong MaoShizhong self-assigned this Sep 23, 2024
@MaoShizhong MaoShizhong transferred this issue from TheOdinProject/top-meta Sep 23, 2024
@MaoShizhong MaoShizhong added the Project Node Revamp Issues/PRs related to the Node Revamp project label Sep 23, 2024
@MaoShizhong MaoShizhong moved this from In Progress to Todo in Node Revamp Sep 23, 2024
@MaoShizhong MaoShizhong moved this to In Progress in Node Revamp Sep 23, 2024
@MaoShizhong MaoShizhong linked a pull request Oct 19, 2024 that will close this issue
7 tasks
Copy link

This issue is stale because it has had no activity for the last 30 days.

@github-actions github-actions bot added the Status: Stale This issue/PR has been inactive for over 30 days and will be closed if inactivity continues label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Project Node Revamp Issues/PRs related to the Node Revamp project Status: Stale This issue/PR has been inactive for over 30 days and will be closed if inactivity continues
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

1 participant