CSC105 - 2024: Backend Development Week 3: Applications & Production Deployment
The real-world application of backend development example and how to deploy production version of your server.
Cookies & JWT keys
Sending Cookies
What is Cookie? Cookies are small pieces of data stored on a user's device by websites they visi...
JWT: How to securely stores cookies.
What is JWT? JWT stands for JSON Web Token. It's a compact, URL-safe means of representing claim...
Using Cookies
How to use cookies Now as we can send cookies, I'll show you an example of how to get that cooki...