https://github.com/pckosek/express_cookies_and_sessions
https://github.com/pckosek/express_cookies_and_sessions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pckosek/express_cookies_and_sessions
- Owner: pckosek
- Created: 2020-04-27T01:08:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T15:08:15.000Z (about 4 years ago)
- Last Synced: 2025-01-17T13:50:50.354Z (4 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Express Cookies and Sessions
### Demonstrations of how Cookies and Sessions work within Express
- **01_cookies** - Basic Cookies using [cookie-parser](https://www.npmjs.com/package/cookie-parser)
- **01.01 - Hello Cookie** - Writing a value to a cookie ([LECTURE](https://www.youtube.com/watch?v=0D_i8HCc88A))
- **01.02 - Checking Cookie** - Determining the value written to the cookie ([LECTURE](https://www.youtube.com/watch?v=VmOxQqbaKCM))
- **01.01 - Using Cookie Value** - Using the value of the cookie in page rendering ([LECTURE](https://www.youtube.com/watch?v=gEBAfjHGR1Y))- **02_cookie_session** - An Express Session using [cookie-session](https://www.npmjs.com/package/cookie-session) ([LECTURE](https://www.youtube.com/watch?v=k4kRa8Cz_PI))
- **03_express_session** - An Express Session using [express-session](https://www.npmjs.com/package/express-session) ([LECTURE](https://www.youtube.com/watch?v=x4gRKmXoYJQ))