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
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.
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
Thank you so much! You deserve more views than its current views!!
Glad it helped!
Thanks for watching this video. Subscribe to this channel so that you can see me upload more content.
Nice tutorial @Ssali ! Your work helped me a lot . thank you
I am really glad my video helped.
Thanks! Very good tutorial Ssali :)
I am glad you found it useful.
Good explanation. keep making such useful content
Thanks for watching
Thank you very much, sir! You are a life saver!
You are welcome
Excellent work! Well done.
Thanks
Thanks for the video Ssali. Are you in uganda we connect?
Yeah sure
Ssali you are an inspiration, thanks
Thanks too man. I really appreciate
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
I am really glad you liked and learned
wow! amazing video!
I am really glad it helped you
Thanks for your sharing
Please tell me what kind of program you are working on at 12.38
Its Insomnia. But you can use Postman
i got error 'authjwt_secret_key must be set when using symmetric algorithm HS256' when sing in. How can I solve that?
Did you set the authjwt_secret_key in the Settings class? Please watch 15:44
excellent!!!
Thanks for watching
When I try to access the protected endpoint...gives me an exception 404 not found...any help ?
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.
@@SsaliJonathan that was the problem!! thank you!!
Have you ever heard of pep8?
Yea
@@SsaliJonathan but why you don`t use it?))
what about /logout route ?
Normally logging out would be client side
@@SsaliJonathan but then token still will be valid in fastapi until expires?
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
Thanks. This is one of my oldest videos. Had no microphone at the time.
Please Authorize.get_jwt_subject() returns null
i can't get the user information
Please provide the full traceback