Token based authentication (JWT) in asp.net core 2.0 WebAPI

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

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

Very helpful. Thanks for going through it step-by-step. It's a lot easier to understand than the Docs.

DrakePitts
Автор

Excellent tutorial, thank you very much for sharing it. It is a very good contribution to the community and to those of us who are new to these technologies!
Greetings from Argentina.

sebastiannegro
Автор

Thank you so much for hitting the nail on the head. This is indeed helpful. I have searched for this across the globe.

ogmiga
Автор

Thanks for the video, thanks for saving the time for implementing jwt authorization. hope you will post more videos in future for community.

harmeetsingh
Автор

Very helpful. thanks for sharing this useful tutorial.

rkmforyou
Автор

It helped me. Not boring explanations and going directly to the issues I needed. For those hatters I will be happy to watch any better videos they have, just publish your links here.

beatrizhugo
Автор

Thanks so much for the video! Really helped me with setting up JWT for my API for my SPA! Would love to see a part 2 of this where you perhaps make use of refresh tokens, OAuth.

garethhodgson
Автор

Thank you, I watched your video and found it useful. Good Job.

wiln
Автор

Thank you buddy. This one is really very helpful. Thank you again!

suchitkumarkhunt
Автор

Very helpful video. Thanks for this video.

AshProgHelp
Автор

Worked well! Great video, thank you so much :)

kistelekigergo
Автор

It was really helpful. Probably saved a lot of time. many thanks

harshagarwal
Автор

Thank you very much bro! Very helpful!

vietson
Автор

Thanks for this video. This tutorial is very helpful for me.

mofidmoghimi
Автор

This is how you make a tech video! Kudos man!

carlosalmeida
Автор

thanks man. this article is very useful for me.

senobardotnet
Автор

If you want your tokens to actually register as expired by your application, you need to add a little bit of code to your Startup.cs. In the AddJwtBearer method, you will need to add RequireExpirationTime = true & ValidateLifetime = true, and optionally ClockSkew = TimeSpan.FromMinutes(3) to account for server time drift. Recommendation for clock skew is 5 minutes or less.

RizzoMcLovin
Автор

Well done, man! Thank you very much!! :D

Ionutu
Автор

It was helpful. Need more explanation on code.

archanakharat