Sessions in Node #1 | Authentication in Node.js with Express and sessions | Sessions explained

preview_player
Показать описание


This is the first 1 of our series in which we will be explaining how sessions work on a conceptual level.

0:00 - What are sessions?
0:45 - What problems are server side sessions solving?
1:45 - Sessions on a conceptual level
2:20 - How server-side sessions are used in real world applications
5:08 - Authentication vs Authorization
5:45 - Fetching data with a cookie-based session implementation
Рекомендации по теме
Комментарии
Автор

I can not be grateful enough. This is my first comment ever on Youtube. You are indeed a great Teacher!

josephchris
Автор

Man, Im still here wondering why you dont have 1Mi + subs... thats insane. Great content, of course liked + subbed

thiagosoares
Автор

This is a gem! Thank you for this video!

kaiser_the_emperor
Автор

Excellent video. I have watched a lot of videos on this topic but this one actually helped the topic click in my head.

JackHartwig
Автор

I appreciate the walk through with the diagram!!!

nvyblueyes
Автор

awesome explanation.
I learnt a lot from this session series.
thank you so much.

Niamat-ws
Автор

amazing description. Love that flow diagram.

ShivamSharma-kxlj
Автор

I am excited to start this new playlist !
By the way, your sound is a bit low compared to other videos I watch. This is not a big issue but I noticed that I always increase the volume on your channel, just FYI ;)

alexandrebalay
Автор

I have one doubt while making requst, Browser share the session id to server, does it also share the jwt to token in cookies
? Thankyou sooo much for your valuable content💖

kinder-krish
Автор

Hey if we dont want to send the sessionID to client side, is there any way for it.

adityayeager
Автор

What's the best strategy to implement logging user out?

thesingularity
Автор

your explanation is very good brother.. everything is very clear... I ve one little question.. so you set cookie duration as 30 mins... so after expires that user has to re enter credentials and re login while user online in the system... so how to persist the session if i want to do so. for feature like "remember me" option. Thank you so much for sharing this awesome knowledge..

zillionvfx
Автор

Would be great if you could do one of these with passport js

fooked
Автор

Great Effort.
I appreciate it you answer the following question:
Will the session be created for any new request (new customer) if there is no login required (for example : a website which is not required any login, then will the session be created for each user, if yes, then what the benefits I can get from the session). if no, then why not ?

melim
Автор

after knowing jwt is not that kinda secure enough: 💀💀

Brakolli