Skip to the content.
Home Page
Class 36 Notes
Review, Research, and Discussion
- The advantage of using Cookies for storing tokens, rather than Local Storage, is that Cookies are primarily used for being read server side. This would make the token more secure.
- 3rd party cookies are cookies that are set by another website than the one you are currently on. There is a push to end cookie use. It is called cookieless and is similar to serverless.
- Pixel tags are something that tracks the behavior of a user.
Terms
- Cookies: Text files with small pieces of data.
- Authorization: The act of authenticating a user.
- Access Control: A fundamental component of data security. It is usually defined by roles.
- Conditional Rendering: Rendering on a webpage that has a condition to be met.