Web API's Best Practice | Flask Python, Mongodb, JWT

preview_player
Показать описание

This is not an intro to python or flask
Just some best practices you can use when creating web API's
Рекомендации по теме
Комментарии
Автор

Thank you for this video, it helped me out. I am glad I could find a flask, mongodb, jwt tutorial on YouTube. You are underrated.

mrruffs
Автор

Thank you so much for sharing. Trying to learn :)

RobertAlexanderRM
Автор

Thank you so much for this video, it helped me a lot in understanding this technique. It's not fair that people like you are watched by so few viewers

lavenir
Автор

Wonderful Went through it and it has taught me so much. I would have loved to have an example of the JWT token expiry and renewal.

RobertAlexanderRM
Автор

For token.decode('utf-8')
I keep getting the error
Error: str has no method decode

saipraneethkonda