What is a CSRF token? - Cookies and CSRF explained for Django and Flask

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 14

  • @AnamitraDey-v9w
    @AnamitraDey-v9w 2 місяці тому

    to deal with same site cookies cant the attackers code explicitly search for cookies in the browser before sending the post request

  • @saikirangoud118
    @saikirangoud118 3 місяці тому

    Excellent video

  • @abhigyanrastogi1662
    @abhigyanrastogi1662 9 місяців тому

    Loved the video!

    • @tecladocode
      @tecladocode  9 місяців тому

      Thank you! Very glad you liked it!

  • @abbysands9510
    @abbysands9510 9 місяців тому +1

    Thank you for a great and detailed explanation on what CSRF is, now I understand it.
    lol third parties cookies will send "relevant information" lol

    • @tecladocode
      @tecladocode  9 місяців тому +2

      Thank you very much! Glad you liked it. CSRF is one of those that sounds really complicated until you know how it works!

    • @romanstoleru7936
      @romanstoleru7936 9 місяців тому +1

      Thanks for the explanation. Really interesting!

    • @tecladocode
      @tecladocode  9 місяців тому +1

      Thank you! 🙏

    • @adebowalemorakinyo4062
      @adebowalemorakinyo4062 9 місяців тому +1

      Loved the touch with the "relevant ads suggestions 😈"..😂.... Great explanation once again!

  • @aashayamballi
    @aashayamballi 7 місяців тому

    Thank you

  • @Kennethlumor
    @Kennethlumor 8 місяців тому

    Sir please I keep on hearing this that flask is not capable of creating or cannot handle large project and we should not use it but rather django.

    • @tecladocode
      @tecladocode  7 місяців тому

      Thanks for the comment! This is a tricky one to answer.
      If you are using Flask but you are coding yourself what Django gives you out of the box... You should use Django instead.
      But if you are using Flask for a large production project because you need the speed of development, flexibility, or the huge ecosystem of plugins, then Flask is definitely an option. Many companies use Flask for large apps in production, and it's fine!

  • @sagarajayathilaka
    @sagarajayathilaka 19 днів тому

    Nice