What are Cookies in NodeJS?

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

ความคิดเห็น • 111

  • @shubhamgupta-bl1tr
    @shubhamgupta-bl1tr ปีที่แล้ว +32

    Thanks sir taking my doubts..it's clear now

  • @YashAmbekar-j3p
    @YashAmbekar-j3p 11 หลายเดือนก่อน +5

    The thing I love about this playlist is using simple language, very easy to understand and please always give the scenario of how things work at enterprise level in your future video.😌

  • @santoshdhariwal8979
    @santoshdhariwal8979 ปีที่แล้ว +7

    Excellent Videos Piyush... Explaining it in such a simple way.. makes it so easy

  • @Solo_playz
    @Solo_playz 8 หลายเดือนก่อน +1

    I thought the same even though I used to do the same in my MERN stack projects what shubham has asked
    But Thanks Piyush for getting us more clear on it also I found that OAuth and NextAuth use the same technique while authenticating users on each request they utilize tokens stored in the cookies and get users' data from it!
    Very very useful topic you have covered

  • @weforyouweb1165
    @weforyouweb1165 ปีที่แล้ว +20

    Bro you are explaining very deep things in practical superb bro 🎉🎉

  • @lillyput2275
    @lillyput2275 10 หลายเดือนก่อน +3

    Bro just don’t stop posting videos u r just amazing tutor❤

  • @pradeeppop8201
    @pradeeppop8201 ปีที่แล้ว +5

    This tutorial of nodejs is more useful to any other paid tut .
    Thank you so much sir such a amazing series ❤️ 🙌 👏

  • @ageshalbhandare2487
    @ageshalbhandare2487 ปีที่แล้ว +1

    No words, how you explain deep fully, at each word meaning fully explain😊 Thank you, Create An TH-cam channel and share your knowledge📚

  • @rohitlochib2300
    @rohitlochib2300 2 หลายเดือนก่อน

    Thank You Sir, It was one of the Best explanation of cookies on youtube.

  • @sutharjay1
    @sutharjay1 9 หลายเดือนก่อน +1

    Got to know many things this video thank you for the lecture😇😇

  • @lakshyakhushalani9464
    @lakshyakhushalani9464 ปีที่แล้ว +1

    literally no words for uh bro !...excellent explaination 😃😃

  • @mahendra.k12
    @mahendra.k12 5 หลายเดือนก่อน +10

    If you encounter this error: Cannot read properties of undefined (reading 'split'), Follow the given steps:
    1. first make changes only to handleLogin controller and send token as json instead of setting a cookie.
    2. Now in postman, make POST req to /user/login and generate a token.
    3. Now make change to our middleware functions i.e to checkAuth and restrictLogin middlewares.
    4. And now finally make GET req to homepage and set the authorization header in postman.
    Reason: If you make changes to the middlewares first and then try to generate the token it will result in error because we don't have authorization header during initial token generation and the checkAuth middleware is still executed. Hence generate the token first and then make necesarry changes in the middlewares.
    Hope it helps!

    • @Spotlight_Gaming
      @Spotlight_Gaming 4 หลายเดือนก่อน +1

      still getting the same

    • @knowledgehub.e
      @knowledgehub.e 9 วันที่ผ่านมา

      @@Spotlight_Gaming same issues

  • @satyanshgarg9651
    @satyanshgarg9651 9 หลายเดือนก่อน

    Great work, it has compelled me to like and subscribe.

  • @mma-dost
    @mma-dost ปีที่แล้ว +1

    Thanks bhaiya for the video tutorials. 🥳🥳🔥🔥🤘🤘

  • @dineshsinghbisht07
    @dineshsinghbisht07 ปีที่แล้ว +4

    Thanks for the video 🔥✨

  • @ravisingh5906
    @ravisingh5906 9 หลายเดือนก่อน +13

    i can't set cookie by res.cookie

    • @sawaregamer8815
      @sawaregamer8815 7 หลายเดือนก่อน +2

      use cookie parser and if you work on react and node you need to use cors package

    • @DineshKumar-gt7xm
      @DineshKumar-gt7xm 7 หลายเดือนก่อน

      ​​@@sawaregamer8815I am also not able to set cookies using react. I have used both cookie parser and cors package.

    • @muhammadtaimoor2378
      @muhammadtaimoor2378 6 หลายเดือนก่อน +1

      Use res.cookies

  • @heyOrca2711
    @heyOrca2711 หลายเดือนก่อน

    Thank You Piyush For this great video!!! ; )

  • @Muzafar.A
    @Muzafar.A 10 หลายเดือนก่อน

    that was so useful and deep knowledge for newbie. awesome bro ❤.

  • @ashishprajapati825
    @ashishprajapati825 11 หลายเดือนก่อน

    Amazing explaination bro ❤👏🏻

  • @mayankbadika3101
    @mayankbadika3101 10 หลายเดือนก่อน

    Thank you so much for sharing this. Very good explanation :)

  • @imPrathamDev
    @imPrathamDev ปีที่แล้ว +5

    can you explain refresh token and access token?

  • @banothutharun2743
    @banothutharun2743 3 หลายเดือนก่อน

    excellent explanation brother

  • @kanamithra5062
    @kanamithra5062 9 หลายเดือนก่อน

    Good explanation👍

  • @iganic7574
    @iganic7574 2 หลายเดือนก่อน

    16:10 what are you trying to do 🤔
    According to mdn
    Fir domain value -
    "Only the current domain can be set as the value, or a domain of a higher order"
    "A cookie for a domain that does not include the server that set it should be rejected by the user agent."

  • @vishalkumarshaw9208
    @vishalkumarshaw9208 หลายเดือนก่อน

    superb bhai...

  • @Raj6026
    @Raj6026 ปีที่แล้ว

    Thanks bro..excellent video .really helpful

  • @chetu9241
    @chetu9241 ปีที่แล้ว +2

    U got one subscriber ❤

  • @khushichaurasia121
    @khushichaurasia121 2 หลายเดือนก่อน +1

    From where you learn all this so well??

  • @pallabdandapat1866
    @pallabdandapat1866 7 หลายเดือนก่อน

    22:28 -->changes happen

  • @Tensor08
    @Tensor08 2 หลายเดือนก่อน

    2:00 what about storing user with their session id in redis instead of db

    • @Fe-ironman
      @Fe-ironman 2 หลายเดือนก่อน

      what is the difference? what does reddis do?

  • @unknown-lv8io
    @unknown-lv8io 6 หลายเดือนก่อน

    21:06 but token match karne ke liye database access chahiye hoga na har bar request aane par!!..........to problem to same hi rahi jo aapne video ke starting me kaha tha

  • @AkashLayal
    @AkashLayal 10 หลายเดือนก่อน

    Sir i have a doubt because 11:04 you have directly providing user from jwt token but if the user is deleted from database but the user can still access logged in content.

    • @vishnugopalakrishnan9539
      @vishnugopalakrishnan9539 9 หลายเดือนก่อน

      getUser function doesnt "provide" user directly, it decodes the user data that was signed, i.e. id and email, adds it to req.user (code under restrictToLoggedInUser ) and finds that info from the database for each req, you can check the code at router.get('/'..) under staticRouter,

  • @PrathameshSakore-h1i
    @PrathameshSakore-h1i หลายเดือนก่อน

    The authorization header is not present by default in the POST request in postman and hence you can get the error: Cannot read properties of undefined (reading 'split') as there's no authorization header present, you have to set the header in the Headers tab manually as "Authorization" and set its value to null so that it can be used further in the middleware functions.

  • @movocode
    @movocode ปีที่แล้ว

    Thank you for this tutorial - you have make an overview video about architecture of SSO (single sign on) authentication - if possible, can you make a full coding tutorial of SSO (basic only will do).

  • @shamunkhatri6754
    @shamunkhatri6754 2 หลายเดือนก่อน

    Really good video but It would be good if you compare localstorage vs cookies which is better, limitations like that.

  • @coderkashif
    @coderkashif ปีที่แล้ว

    Bro you are great>>>

  • @knightcore4062
    @knightcore4062 4 หลายเดือนก่อน

    im facing problem regarding non existing authorization header in server side gives Cannot read properties of undefined (reading 'split'), though using res.set('Authorization', `Bearer ${token}`); inside handleUserLogin async function to set the valus, help me to debug it any one...

  • @amanmaddhesia120
    @amanmaddhesia120 3 หลายเดือนก่อน

    Too good brother

  • @CodeWavewithShahHussain
    @CodeWavewithShahHussain 10 หลายเดือนก่อน

    But jwt be to scrent check krna ka liya br br new page reload phr datbase wala sa match krta ha?

  • @Rij-k6p
    @Rij-k6p 6 หลายเดือนก่อน

    in browser based applications, in industry standard for authentication tokens are sent through cookies or response?

  • @reactjs-tutorial
    @reactjs-tutorial 3 หลายเดือนก่อน +1

    how to get this code

  • @Abdullahsiddique-wf2nt
    @Abdullahsiddique-wf2nt 9 หลายเดือนก่อน

    Agr hum Map or database ko combined use kry tu excess database request ka issue ni hoga, first time jab user login hoga tu map ma bhi or database ma bhi store hoga or getuser ma hum check laga day ka agr user exist krta ha map ma tu database sa query na kry or agr map sa ma ni ha tu database sa query kr kay usko map store krdy for further request verification

  • @himanshuarora1910
    @himanshuarora1910 8 หลายเดือนก่อน

    you should set the headers in ejs files only ,whats the use of creating them if we have to use postman only

  • @rishabhkedia9304
    @rishabhkedia9304 6 หลายเดือนก่อน

    19:35 reponse

  • @abhishekgautam2289
    @abhishekgautam2289 8 หลายเดือนก่อน

    kaise ho pankaj sir ham bhi yhi se padh rhe😁

  • @lovelymusic3549
    @lovelymusic3549 ปีที่แล้ว +1

    Sir please tell us about new react JS series any idea when it's starting?

  • @rztutul8824
    @rztutul8824 5 หลายเดือนก่อน

    Thank you so much bro

  • @tarushchandra8993
    @tarushchandra8993 ปีที่แล้ว +1

    Hi Piyush, maine ek website banai hai jiska server or client different domain pe hai but jab mai sever me cookies ke option me domain ko apne client ke domain pe set karta hu, tab bhi cookie send nahi ho rahi.
    I've also used cors for cross platform sharing. kya browser ka kuch default behavior hota ki third party client par cookie send nahi karna?
    meanwhile maine localstorage me token send kar diya, but mai cookies me token send karna chahta hu..

    • @JatinBedi69
      @JatinBedi69 11 หลายเดือนก่อน +1

      Bhai solution mila kya

    • @DineshKumar-gt7xm
      @DineshKumar-gt7xm 7 หลายเดือนก่อน

      ​@@JatinBedi69did you get any solution?

  • @learner5839
    @learner5839 ปีที่แล้ว +1

    Sir I am sending cookie by res.cookie and 'm able to see that cookie in network but not in application-->Cookies

    • @DineshKumar-gt7xm
      @DineshKumar-gt7xm 7 หลายเดือนก่อน

      Did you find any solution for this problem?

    • @BiGryuuu
      @BiGryuuu 4 หลายเดือนก่อน

      ​@@DineshKumar-gt7xm did you?

    • @NOVAGAMING_08
      @NOVAGAMING_08 3 หลายเดือนก่อน

      ​@@BiGryuuu add with credentials: true in your frontend code and in backend use cors ( app.use(cors({
      origin : '*',
      credentials: true,
      }))
      I think this might work for you

  • @jackma9528
    @jackma9528 7 หลายเดือนก่อน

    sir in my code it is showing can't read the properties of undefined after i switched to response section after cookie section, i copied exactly your code but it is not working, if someone know please help

  • @RishiRajxtrim
    @RishiRajxtrim ปีที่แล้ว

    Adhyapak Diwas ki Shubhkamnaein! 🙏😇

  • @challarashmitha55
    @challarashmitha55 7 หลายเดือนก่อน

    How can I get a token set in cookies in browser

  • @amandeep-pg3vb
    @amandeep-pg3vb 2 หลายเดือนก่อน

    I didn't get authorization in req.headers, where am I wrong?

  • @ajput0018
    @ajput0018 5 หลายเดือนก่อน

    bhaia do you have short notes of this lecture

  • @utkarshtenguria3836
    @utkarshtenguria3836 7 หลายเดือนก่อน

    but first time in mobile device we have to login how can we send token in request in first time does it not required?

    • @DozSparrow
      @DozSparrow 6 หลายเดือนก่อน

      First time we need to login, after successful login server provide us token and subsequent we use provided token by server to communicate server

  • @utkarshtenguria3836
    @utkarshtenguria3836 7 หลายเดือนก่อน

    how we can take user information from tokens Piyush Garg

  • @aazimsheikh279
    @aazimsheikh279 6 หลายเดือนก่อน

    I am not getting authorization in the headers. Why?

  • @Ajmal_Hossain
    @Ajmal_Hossain 10 หลายเดือนก่อน

    Another potential concern might arise when dealing with stateful authentication in the context of load balancing.

  • @ManojTudu-sc5rb
    @ManojTudu-sc5rb ปีที่แล้ว

    Hi.. Need your help.. My req.headers does not contain authorization property

    • @Solo_playz
      @Solo_playz 10 หลายเดือนก่อน

      Bro! You have to set your headers on your own
      like this that contain Authorization property here is the example!
      const headers = {
      'Authorization':'Bearer ',
      'Content-Type:'application/json', // just an example property you can add more property as you want!
      }
      now you can pass this header with your fetching methods like fetch or Axios
      Hope you get it

    • @pratyushpragyey7002
      @pratyushpragyey7002 7 หลายเดือนก่อน

      well if you're using postman then you've to set the bearer token by going in headers

  • @ApurvaKalvadeSDE
    @ApurvaKalvadeSDE 10 หลายเดือนก่อน

    if one user logs in, but second user comes and copy your Authorization Bearer token or Cookie..... and that 2nd person then requests in the backend from his own laptop via the copied token/cookie. In this case, how to make it more secure ???? Can you please walk through this scenario ?

    • @Rahul-yr3up
      @Rahul-yr3up 5 หลายเดือนก่อน

      He has said in his video that do not pass exact jwt token in cookie. Encrypt the token before passing it to the cookie

  • @shubhamdas6519
    @shubhamdas6519 8 หลายเดือนก่อน

    Thanks for the video sir

  • @Ankit-xq3sl
    @Ankit-xq3sl 9 หลายเดือนก่อน

    Tenks😊 gruudev

  • @ArpitJain-kc7bl
    @ArpitJain-kc7bl 7 หลายเดือนก่อน

    What is the need to send bearer, as it is getting split

    • @pratyushpragyey7002
      @pratyushpragyey7002 7 หลายเดือนก่อน

      It's a way in which bearer token is designed

    • @ArpitJain-kc7bl
      @ArpitJain-kc7bl 7 หลายเดือนก่อน

      @@pratyushpragyey7002 is it just to make code readable or it is compulsory

    • @pratyushpragyey7002
      @pratyushpragyey7002 7 หลายเดือนก่อน

      @@ArpitJain-kc7bl you don't have a choice to include it or not it's just how it's written whenever you'll pass the token in headers it will always be attached with word bearer

    • @ArpitJain-kc7bl
      @ArpitJain-kc7bl 7 หลายเดือนก่อน

      @@pratyushpragyey7002 Okay brother thanks for clearing it

  • @fatimaiqra2169
    @fatimaiqra2169 3 หลายเดือนก่อน

    Thanks

  • @jatinsharma3792
    @jatinsharma3792 ปีที่แล้ว

    I am looking for the content on CSRF and CSP Headers in JAVA Filter. If you could provid it that would be really helpful.

  • @nishaaa_maurya
    @nishaaa_maurya ปีที่แล้ว

    In last, we use header base authentication, Will it work for browser?
    Because, it is not working for browser in my case.

  • @gautammali768
    @gautammali768 2 หลายเดือนก่อน

    Bhaiya please make a video on cross site in which authorization header is sent to the backend my malicious website and produce hacking in the backend :)

  • @snehapatidar3122
    @snehapatidar3122 6 หลายเดือนก่อน

    why it showing this?
    C:\Users\toshiba\Desktop\codes
    ode js\URL shortcut project\index.js:50
    res.redirect(entry.redirectURL)
    ^
    TypeError: Cannot read properties of null (reading 'redirectURL')
    at C:\Users\toshiba\Desktop\codes
    ode js\URL shortcut project\index.js:50:21
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    Node.js v21.7.3
    [nodemon] app crashed - waiting for file changes before starting...

    • @rishabhgupta9846
      @rishabhgupta9846 6 หลายเดือนก่อน

      Are you checking whether entry is null or not

  • @KirtanPatel552
    @KirtanPatel552 10 หลายเดือนก่อน

    still I got One error TypeError: Cannot read properties of undefined (reading 'split') if Anyone have solution for this...

    • @prateek_saxena2107
      @prateek_saxena2107 10 หลายเดือนก่อน

      getting same error. were you able to find the solution?

    • @KirtanPatel552
      @KirtanPatel552 10 หลายเดือนก่อน

      @@prateek_saxena2107 Not yet...

    • @pratyushpragyey7002
      @pratyushpragyey7002 7 หลายเดือนก่อน

      because you've to set authorization property if you're using postman by setting bearer token

  • @ishikamalik4183
    @ishikamalik4183 10 หลายเดือนก่อน

    excellent

  • @ibntofajjal
    @ibntofajjal ปีที่แล้ว

    Thank's man

  • @ApurvaKalvadeSDE
    @ApurvaKalvadeSDE 10 หลายเดือนก่อน

    ye Manish Paul bhai hai kya ??

  • @ridhamanand8519
    @ridhamanand8519 11 หลายเดือนก่อน

    what are http only cookie ?

  • @gopinathk1485
    @gopinathk1485 11 หลายเดือนก่อน

    Very useful video Piyush, but it could be helpul if you are teaching in English

  • @nooneknowsme1370
    @nooneknowsme1370 ปีที่แล้ว

    this authorization thing got me confused like cookies, tokens, headers and all.

  • @studyplans3783
    @studyplans3783 6 หลายเดือนก่อน

    bade bahiya m soch kyo nahi pa rha hun😟

  • @lovishduggal9064
    @lovishduggal9064 ปีที่แล้ว

    Bhaiya ji esse he videos aati rehye gii ?

  • @sufiyanbaraskar234
    @sufiyanbaraskar234 7 หลายเดือนก่อน +1

    Pls provide the source code always

  • @ParashUkheda
    @ParashUkheda หลายเดือนก่อน

    ddd

  • @pradeeppop8201
    @pradeeppop8201 ปีที่แล้ว

    @piyushgarg sir