JWT Token Basics: Part #61 Python API Course

preview_player
Показать описание
Enjoy this completely free 19 hour course on developing an API in python using FastAPI. We will build a an api for a social media type app as well as learn to setup automatic tests and deploy the app and finally we'll also learn how to setup a CI/CD workflow using github actions.

Full Course Playlist:

Github Repo:

If you like this video please subscribe to this channel. Don't let me go hungry! 🎁

▬▬▬▬▬▬ Support this garbage Channel 🍒 ▬▬▬▬▬▬

▬▬▬▬▬▬ Stalk me on Social Media 😲 ▬▬▬▬▬▬
Рекомендации по теме
Комментарии
Автор

Hello, I'm Thai, a newbie python-dev.

I want to say thanks for all of your courses.
Since I've studied a python backend, your channel has always helped me.
I wish you will have a good life, good health, and success.

jplhon
Автор

Really enjoying the course so far! I had the need to comment because this explanation of JWT and signature generation is just incredible. Thank you!

ramirogarciapedrosa
Автор

It's true that the token itself is not encrypted, but I think that saying "anyone can see the data" is a bit misleading, since the token is probably sent by HTTPS, and then the whole message is encrypted all together.

WaldoTheWombat
Автор

hello sanjeev I never wanted to venture in to backend but after seeing your yelp clone I started learning backend as well you really did a great job explaining everything in detail. could you please build the same api that you built with fastapi in nodejs and postgress using somekind of orm I really think I would be able to grasp a lot from it there are lots of great tutorials out there which did the same but I can't understand most of it.

vamshireddy
Автор

Dells Documentation on their Secure Connect Gateway api is horrible..

They have given me these instructions.
Authenticate user by generating a JSON Web Token (JWT):
● Method—POST

● Request body—
{
"domain": "string",
"username": "string",
"password": "string"
}
● Response body—
{
"accessToken": "string",
"refreshToken": "string"
}

Sending a request with this alone does not work. So im guessign they want me to generate a jwt from that request body?
When i do that i get "this session timed out..."

I dont know of any secret to use.. I thought using their example would give me a token for my other requests.. Not that i would have to generate my own..
The frustration is real..

RocketLR
welcome to shbcf.ru