JWT Authentication For Flask With Flask-JWT-Extended (A 2-hour Crash Course)

Поделиться
HTML-код
  • Опубликовано: 13 янв 2025
  • НаукаНаука

Комментарии • 20

  • @SsaliJonathan
    @SsaliJonathan  Год назад +11

    Thanks for watching friends. I created this series of videos during one of the busiest and most draining moments of my life. I hope you enjoy and learn from it.

    • @pradeepkumar-o8m9w
      @pradeepkumar-o8m9w Год назад

      hey man can u make a video on flask with mongo with complete backend application with social auth and required advanced libraires

  • @user-hu3nd7hl6c
    @user-hu3nd7hl6c 11 месяцев назад

    So far this is immensely helpful. Spent all day trying to find a tutorial as good as this. Thank you

    • @SsaliJonathan
      @SsaliJonathan  11 месяцев назад

      Happy it helped. Thanks for watching

  • @asliddintursunov7356
    @asliddintursunov7356 8 месяцев назад

    You solved my 1 week problem in just 2 hours video. Thank you much 👍👍👍👍

    • @SsaliJonathan
      @SsaliJonathan  8 месяцев назад

      I am glad I helped. All the best in your projects

  • @belphegor6979
    @belphegor6979 8 месяцев назад

    Thank you! This video help me a lot

  • @Mpita_njia
    @Mpita_njia 6 месяцев назад

    thank you for the informative video. though i need to understand something. when we store the blocklist in the app wont it cease being stateless?

    • @SsaliJonathan
      @SsaliJonathan  6 месяцев назад

      I don’t think so. That’s because the only information you’re storing is the JWT ID. Not the whole session.

    • @Mpita_njia
      @Mpita_njia 6 месяцев назад

      @@SsaliJonathan the ‘some information’ is what makes an app stateful

  • @bostonmacosx
    @bostonmacosx Год назад +1

    Hey there... you don't seems to discuss CSFR which can happen with just using COOKIES :)

  • @EugeneKoech
    @EugeneKoech 8 месяцев назад

    Could you show how to store the jwt in local storage without using context

    • @SsaliJonathan
      @SsaliJonathan  8 месяцев назад

      I don’t understand you here

    • @EugeneKoech
      @EugeneKoech 8 месяцев назад

      I mean on the frontend while accessing protected routes

  • @conan7647
    @conan7647 6 месяцев назад

    Gold

    • @SsaliJonathan
      @SsaliJonathan  6 месяцев назад

      I’m glad you loved it. Thanks for watching