Thanks a lot for sharing. Big Help to figure out everything. I somehow changed a few things for my case but it turns out to work as I wanted it. I put the code to authenticate the session into a Function which is called before the endpoint code. So that I can call it from every endpoint. Also added an expiresAt Update for the session when calling a route. Node is awesome
great video. Why do not you bring such videos now on nodejs or offer a in depth course? I am frontend developer. Learning Node and DSA. Please if you can bring it can help me as well others
I have a fullstack course with node, socket io, angular and typescript everywhere. monsterlessons-academy.com/courses/build-fullstack-trello-clone-websocket-socket-io/lectures/365
WATCH NEXT: Mean Stack Project - Building Trello Clone - th-cam.com/video/-FV4qIT2Htg/w-d-xo.htmlsi=U4TKi4-Q4KAL7bPH
This channel is the best tutorials maunfacturer! Long live Monsterlessons Academy! Олександре, Ви - найкращий вчитель!
Thank you
Thanks a lot for sharing. Big Help to figure out everything. I somehow changed a few things for my case but it turns out to work as I wanted it. I put the code to authenticate the session into a Function which is called before the endpoint code. So that I can call it from every endpoint. Also added an expiresAt Update for the session when calling a route. Node is awesome
Glad it helped!
Ty for this great tutorial, i found this very valuable
Glad to hear that!
great video. Why do not you bring such videos now on nodejs or offer a in depth course? I am frontend developer. Learning Node and DSA. Please if you can bring it can help me as well others
I have a fullstack course with node, socket io, angular and typescript everywhere.
monsterlessons-academy.com/courses/build-fullstack-trello-clone-websocket-socket-io/lectures/365
@@MonsterlessonsAcademy Idk Angular but I will give it a try for sure. Thanks buddy. Add a DSA concepts course too for real world applications. ♥️
@@sumitbhardwaz I will add it to the list. Thank you
Could you do more videos of different authentication methods?
I will add it to the list of ideas
perfect tutorial.
Thank you
Now how do I store the session on the DB?
Create a table sessions. Store there userId and sessionToken when you generate it. Remove it when you logout the user
You help me , thanks
Happy to help!