7 minutes: Create a Node API with JWT's (json web tokens)

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

Рекомендации по теме
Комментарии
Автор

Jesus I wish there were more tutorials like this to just show a simple example in 5 minutes instead of 3 hours long full site tutorials to just see one thing, thanks a lot

mauroinsacco
Автор

Thanks so much, dude, you saved my whole life! So clear and useful!

MrPyach
Автор

Clear, concise, and to the point. You are an excellent teacher. I don't know why in the world some of these guys make things so complicated, but your example gave me exactly what I needed. Hopefully, you're employed somewhere they appreciate you.

leowilliams
Автор

man thanks a lot for this, this really makes me understand a lot better than any other videos on youtube

sirstroopwafel
Автор

This is an underrated tutorial. Thanks a dime !!

penumono
Автор

Best short tutorial from all node.js jwt auth tutorials 🔥🔥🔥🔥. I hope i found this video earlier. Thank you

praadiiit
Автор

best json web token tutorial around...great!!

buddhikasandaruwan
Автор

wow short & quick and AWESOME TUTORIAL!!!!

alexandroskourtis
Автор

Great tutorial, please consider using JWT with async encoding (private and public key) in order to use for verification only the public key. This helps us when we want to work with microservices or third party services.

christospapidas
Автор

Thanks helpful video! I didnt know Express can handle multiple callbacks in routes? If I understand your code correctly, you pulled the header for the jwt with ensureToken, popped the data payload, and pushed that data, back into the req object in the `api/protected` for the next route callback?

VictorNolochemical
Автор

THANK, this was really helpful as sometimes i can't use sesisons. thanks for the quick video!

bryku
Автор

awesome video. thanks for the simple intro, authentication can seem overly complex at times

julianjacobs
Автор

Thanks really a lot! I found what I need. Create a very simple protected API. Thanks again!

bodamat
Автор

Thank you so much Ben Tedder This is osm.

suryaa
Автор

Thks for this video. Does anyone know the name of the program from the video where we can test requests to the server?

Автор

Great tutorial. Anyone know how to fix the JsonWebTokenError: invalid signature error? Can't quite figure it out.

kennethedwards
Автор

Where to store 'my_secret_key' in server side ? Is it in db then for every protected request I have to access db

aj-editssz
Автор

Great... Very helpful in short lecture

riyajain
Автор

do you know export example separate modules

PerfilsistemasBr
Автор

Loved this video bro. Thanks a lot for knowledge share

rohithsj