Authentication Server Using ExpressJS and Passport

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

How to authenticate users in nodejs / expressjs application.

Where to find me:

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

Thank you Maksim, I appreciate how you always briefly present the gist of any tool!

MoayadChannel
Автор

I liked the way you did make this tutorial 1 hr long like other YouTubers, short and meaningful tutorial thanks 👍

pulkitsingh
Автор

I have created a server with express passport and passport local and express session. In localhosst it work perfectly but when I uploaded it to heroku, req.isauthenticated always return false, i have use connect-mongo to save the session in the database

djoscarmix
Автор

Would love to see how you’d use Passport with a React app.

abeechr
Автор

Please make a video on how to store sessions with express js, without using passport just simple login

adarshpandya
Автор

Great tutorial, can you please make one for apollo-server-express too?

rram
Автор

next time please do a real life example, how it SHOULD be done. Not this simplified example, that lacks good practises (like DB use).

mr_don_key