Cookies in Remix

preview_player
Показать описание
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.

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

Рекомендации по теме
Комментарии
Автор

I don't even use Remix on a day-to-day basis but it's always fun to catch Ryan's screencasts :)

texoport
Автор

I loved your cookie explanations! You kept saying that it was maybe too detailed, but I loved every piece of it. As obvious as it might be for some devs, I'm a senior frontend dev and I had no idea. Just goes to show how much of web standards is hidden away from us nowadays.

Автор

I have never used Remix, but I like to see the Web Standards in action (and Ryan is great teacher), so I love watching these videos anyways!

PGNNNN
Автор

Thank you so much for doing these Remix Singles, been so helpful seeing these things in RemixJS put to practice as I've been building my app 🙌

PeterWhite-jw
Автор

Using React Router v7. In the future this tutorial is still very helpful! Thank you.

christophercosner
Автор

have been using remix for a year now on two big projects and it has been truly amazing 🤩

theldentity
Автор

I could listen to Ryan talk about software development all day

ginger-viking
Автор

I could listen to Ryan explain the web to me all day. Thankeg senpai

Quenjii
Автор

Although it was not a part of the lesson I find super great that you explained the cookie details like samesite.
Thank you! have a great end of year!

emanuel_larini
Автор

good Ryan you went into them details too, people can always skip them, but good to see and understand everything you did

Hariskhanmhariskhan
Автор

Tutorials in remixrun are so helpful, clear and explained.. sometime some funny word make me laughing about typscript ... its mind refreshing. We love remix..

SyedRiyadhulKarim
Автор

You explanation is far better than Kent. Trust me.

ahnmebnsina
Автор

actually, samesite explanation was really useful, thx

MaxPrilutskiy
Автор

Thanks you for this series, really appreciated

CostGranda
Автор

Awesome videos Ryan. I'm in the future, btw. Still no jet packs.

ShawnFlahave
Автор

How to set-cookie when you have multiple cookies?

andreibade
Автор

question, when the browser cookie (userId) send it to server to validate the user, do you not need to validate again if that userId actually exists or do a server check if that user authenticated via a auth table? or this mechanism is enough to confirm the user is valid?

wb
Автор

what vscode theme is it? also are you using vscodevim?

technikhil