Fast API JWT Authentication with the FastAPI-JWT-Auth Extension

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

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

  • @aytaceve
    @aytaceve 2 ปีที่แล้ว

    Thank you so much! You deserve more views than its current views!!

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

    Thanks for watching this video. Subscribe to this channel so that you can see me upload more content.

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

    Nice tutorial @Ssali ! Your work helped me a lot . thank you

    • @SsaliJonathan
      @SsaliJonathan  2 ปีที่แล้ว

      I am really glad my video helped.

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

    Thanks! Very good tutorial Ssali :)

    • @SsaliJonathan
      @SsaliJonathan  2 ปีที่แล้ว

      I am glad you found it useful.

  • @PrabhakarGadupudi
    @PrabhakarGadupudi 2 ปีที่แล้ว

    Good explanation. keep making such useful content

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

    Thank you very much, sir! You are a life saver!

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

    Excellent work! Well done.

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

    Thanks for the video Ssali. Are you in uganda we connect?

  • @shadrackdanford5533
    @shadrackdanford5533 3 ปีที่แล้ว

    Ssali you are an inspiration, thanks

    • @SsaliJonathan
      @SsaliJonathan  3 ปีที่แล้ว

      Thanks too man. I really appreciate

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

    Very helpful, I followed these steps tweaked to implement JWT for CRUD actions with a postgres database & implement both basic auth & admin logic. That .get_jwt_subject() method is super useful. Thanks

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

      I am really glad you liked and learned

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

    wow! amazing video!

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

      I am really glad it helped you

  • @allezvenga7617
    @allezvenga7617 2 ปีที่แล้ว

    Thanks for your sharing

  • @nikitaballod4002
    @nikitaballod4002 3 ปีที่แล้ว

    Please tell me what kind of program you are working on at 12.38

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

      Its Insomnia. But you can use Postman

  • @xeyyamsherif9586
    @xeyyamsherif9586 2 ปีที่แล้ว

    i got error 'authjwt_secret_key must be set when using symmetric algorithm HS256' when sing in. How can I solve that?

    • @SsaliJonathan
      @SsaliJonathan  2 ปีที่แล้ว

      Did you set the authjwt_secret_key in the Settings class? Please watch 15:44

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

    excellent!!!

  • @Smoonwalkerm
    @Smoonwalkerm 3 ปีที่แล้ว

    When I try to access the protected endpoint...gives me an exception 404 not found...any help ?

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

      Hey man, I would like to know if the protected route you are trying to access is created. It might be that the route you are trying to access does not exist. Please check. And we can even be able to solve this problem in person.

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

      @@SsaliJonathan that was the problem!! thank you!!

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

    Have you ever heard of pep8?

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

      Yea

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

      @@SsaliJonathan but why you don`t use it?))

  • @Smoonwalkerm
    @Smoonwalkerm 2 ปีที่แล้ว

    what about /logout route ?

    • @SsaliJonathan
      @SsaliJonathan  2 ปีที่แล้ว

      Normally logging out would be client side

    • @Smoonwalkerm
      @Smoonwalkerm 2 ปีที่แล้ว

      @@SsaliJonathan but then token still will be valid in fastapi until expires?

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

    U need to improve on ur english accent ........... coz it was hard to comprehend.
    In future if ur making any online videos check for ur voice clarity ......... thats very important. Ur voice have a heavy tone which is masking the main message

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

      Thanks. This is one of my oldest videos. Had no microphone at the time.

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

    Please Authorize.get_jwt_subject() returns null

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

      i can't get the user information

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

      Please provide the full traceback