What are cookies and how to use them in a Nodejs Express application

Sdílet
Vložit
  • čas přidán 1. 09. 2020
  • In this video, you will learn what are #cookies and how to use them in a #Nodejs #express application. All the attributes of cookies are also explained, i.e. #maxAge, #expires, #httpOnly #cookie , #secure cookie, etc.
    ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. I've been using Kite for 6 months and I love it! www.kite.com/get-kite/?...
    FREE $100 credit @Digital Ocean: m.do.co/c/3208f08b3324
    Subscribe: czcams.com/users/yourstruly2...
    Support the channel:
    Paypal: www.paypal.me/trulymittal
    Patreon: / trulymittal
    Github (full-tutorial): github.com/trulymittal/cookie...
    ---------------
    Other useful Playlists
    ---------------
    #RestAPI (#NodeJS and MongoDB): • REST API using NodeJS ...
    #API Authentication using #JWT: • NodeJS API Authenticat...
    #Firebase: • Firebase | Build a Not...
    Docker: • Docker
    MongoDB: • Learn MongoDB in 50 mi...
    Html/Css/Js: • HTML / CSS / JS
    Android: • Android
    Challenges: • Challenges
    ---------------
    What I use
    ---------------
    Mouse: amzn.to/2O9RJtu
    Keyboard: amzn.to/2qxajCU
    Keyboard 2: amzn.to/2XDWH4X
    Monitor: amzn.to/2pDg7dH
    Processor: amzn.to/347WWIb
    RAM: amzn.to/2QEkUqw
    Graphics: amzn.to/33aBrF4
    Microphone: amzn.to/2DabdI9
    #StayHome #WithMe #yoursTRULY #tutorial #howto #android

Komentáře • 39

  • @devolopeagae5411
    @devolopeagae5411 Před rokem

    man why cant others teach like you, you were so fast, so concise but i understood everything so quickly. thanks a lot for the explaination.

  • @akhilaravindakshan420
    @akhilaravindakshan420 Před 2 lety

    This is so amazing. You should make more video. Amount of things I learn from your videos are a lot.

  • @usama_khalid
    @usama_khalid Před 3 lety +2

    your videos are 'THE BEST'

  • @amanaggarwal5884
    @amanaggarwal5884 Před 2 lety +2

    Learnt a lot from your tutorial ❤️

  • @oluwarotimiadeola1997
    @oluwarotimiadeola1997 Před 4 měsíci

    Thank you very much for this tutorial

  • @linhtranbao849
    @linhtranbao849 Před rokem +1

    thanks you bro. It is very helpful for me

  • @nurhamsah_tech
    @nurhamsah_tech Před rokem

    great tutorial, thanks man

  • @anejasahil
    @anejasahil Před rokem +3

    Your explanation is Great and to the point ✨

  • @vinaykaithwas2973
    @vinaykaithwas2973 Před 2 lety

    That called tutorial. THanks man

  • @kashiknight3937
    @kashiknight3937 Před rokem +2

    there are tow diffirent modules we are using in this video, creator only mentioned one which is cookie-parser to parse incoming cookies, but res.cookie() is not part of the cookie-parser module, it is part of cookie module which is i think express js using under the hood as middleware already.

  • @sunilpoojari91
    @sunilpoojari91 Před 9 měsíci

    Very good explanation!! 👏👏

  • @BlurryBit
    @BlurryBit Před 2 lety +4

    2 British users came here thinking it was about Biscuits.

  • @jainilpatel7776
    @jainilpatel7776 Před 2 lety

    great explanation

  • @MuhammadAnzil-qk8tx
    @MuhammadAnzil-qk8tx Před rokem +1

    great presentation

  • @aliadel1723
    @aliadel1723 Před rokem

    open the captions ♥

  • @ibrahimjomaa6548
    @ibrahimjomaa6548 Před 2 lety +1

    you best one give good tutoruils

  • @aungmyat5497
    @aungmyat5497 Před 3 lety

    i cannot set cooke in react app but postman can get cookie. How can i do that?

  • @alphagam3r933
    @alphagam3r933 Před rokem

    bro what is this font styles ?

  • @souravpanja2183
    @souravpanja2183 Před 2 lety

    Can i create cookie in POST method

  • @user-wo4bk2gq7y
    @user-wo4bk2gq7y Před 4 měsíci

    bro, i got scared when she popped up from nowhere 💀💀

  • @sadimohammad7338
    @sadimohammad7338 Před 4 měsíci

    bro how to set cookie on normal javascript? Without nodejs

  • @arunaditya2655
    @arunaditya2655 Před 3 lety +2

    sir, is the firebase dynamic link service is completely free of a lifetime or paid?
    if not can we implement a sharing app and share the product of the app using the "app link " feature of android ??
    what is the industry standard way to implement share app and share product of e-commerce app??
    sir, as I am a college student and I am doing an internship in a small startup company. Which technology should I use to implement a sharing app and share product features?

    • @arunaditya6784
      @arunaditya6784 Před 3 lety

      Sir what is the industry approach to add share product feature in
      e-commerce android app
      So that when another user will click on the app they will open the app in same page

    • @mafiacodes
      @mafiacodes  Před 3 lety

      Firebase dynamic links

  • @TaprobanaOrg
    @TaprobanaOrg Před rokem +1

    💙💙

  • @tarun8101
    @tarun8101 Před rokem

    How to set cookie to react app which is running on diffrent domain ?

    • @theboycool01
      @theboycool01 Před rokem

      Hello, could you find the solution? I have the same problem :/

  • @zedshockblade7157
    @zedshockblade7157 Před 3 lety +1

    You can see the cookie using document.cookie right? what is the purpose of HttpOnly if you can still see the value of the cookie in Application in dev tools?

    • @mafiacodes
      @mafiacodes  Před 3 lety

      No you cannot see an HttpOnly cookie via document.cookie

    • @zedshockblade7157
      @zedshockblade7157 Před 3 lety

      @@mafiacodes I mean here, 14:06 the HttpOnly is check but you can see the value of the cookie which is "bar"

    • @mafiacodes
      @mafiacodes  Před 3 lety

      Yeah that’s coming from cookie storage, if u do document.cookie in console then u won’t be able to read it.

  • @tteshka8784
    @tteshka8784 Před 3 lety

    Hi which vscode theme are you using?

  • @omoregbeekhator4517
    @omoregbeekhator4517 Před 3 lety +1

    could you please made a node js express role based api authentication with mongoose

  • @arunaditya2655
    @arunaditya2655 Před 3 lety +1

    is comment section Hua kya ????🤦‍♂️🤦‍♂️🤦‍♂️

  • @envplayz
    @envplayz Před rokem +1

    goofy gifs