React And Django Secure Authentication #2 | Cookies, Register, Logout

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

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

  • @ErinKelley-z3e
    @ErinKelley-z3e หลายเดือนก่อน

    This video was wonderful. Thank you so much! Just curious when the third video will come out? Thanks!

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

      @@ErinKelley-z3e Thanks! Posting midday tomorrow!

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

      Third video is live!

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

    Hi could you please update your title to have part 1 something like that... Just to make it easy to identify the start as well helps in continuing 😅. Thanks

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

      Thanks for the feedback, will do!

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

    It is very great video to learn how to authenticate. Please make another video to reset password.

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

      @@ronishemanual9296 thank you! Great idea 😁

  • @raypamber
    @raypamber 22 วันที่ผ่านมา

    This is really great can this also be used in production ??

    • @MattMakesCode
      @MattMakesCode  22 วันที่ผ่านมา

      Yes it can! I can create a video deploying our login system to production.

    • @kiranbhairava2586
      @kiranbhairava2586 15 วันที่ผ่านมา

      @@MattMakesCode But is it recommended to use sqlite database engine in production?

    • @MattMakesCode
      @MattMakesCode  15 วันที่ผ่านมา

      @ great question! The authentication is production secure. You can use an SQLite database in production, but for scalability I recommend a Postgres database with Django for its great compatibility. I will be showing a deployment video where we will host a Postgres database on AWS which our Django backend will connect to.

  • @romanmed9035
    @romanmed9035 วันที่ผ่านมา

    source code is initial and empty