Cookies in Remix

Описание к видео Cookies in Remix

A cookie is a small piece of information that your server sends someone in a HTTP response that their browser will send back on subsequent requests. In this Single we explore how to create, write, and read cookies to manage user authentication.

Explore the full code here 👉 https://github.com/remix-run/example-...

00:00 - Overview
00:39 - Scaffolding a createAccount function
03:20 - Creating a cookie
04:14 - Writing the cookie
05:30 - Cookie attributes explained
09:03 - Reading the cookie
11:22 - Review


Learn more at https://remix.run

Комментарии

Информация по комментариям в разработке