Adding JWT Authentication & Authorization in ASP.NET Core

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

Hello, everybody, I'm Nick, and in this video, I will show you how to get started with JWT Authentication and Authorization in your ASP.NET Core applications and APIs.

Don't forget to comment, like and subscribe :)

Social Media:

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

Just a heads up. Roles and advanced feature are intentionally left out of this video because I will do an advanced and best practices follow up video. Keep coding!

nickchapsas
Автор

I think more topics about authentication and authorization in general would be great! Its necessary for nearly every project these days but there is so little good content online or and written by unknown people that you are not sure if you can trust!

matasbernotas
Автор

There are plenty of videos out on this topic, yet your teaching style I find best.
Please continue this topic also explaining how to refresh the tokens!

axelbreekweg
Автор

Glad to see you mix it up a bit by going back to some of the basic stuff nearly every application needs. I've used JWT authentication in a few apps, but I learned a few new tricks from this, thanks Nick!

nickandrews
Автор

can't believe I've been your subscriber all this time until I needed this video. By far the most concise explanation I've seen about jwt implementation.

DeophobicMind
Автор

Great content as usual Nick! Keep it up and yes, please show us how you would do refresh token (I already implemented it but I find your implementations always cleaner and well thought of). Thanks! PS: maybe you can show how to add multiple Identity providers (facebook + google + custom) all at the same time.

skylolo
Автор

If it had been made 4 years ago, it would have saved me a lot of headaches. Now it was very refreshing and enjoyable.

spori
Автор

Thank u for sharing this topic looking forward to more advanced options using this

timcesar
Автор

Great timing my dude! Want to implement JWT in my app atm.

VaragornX
Автор

Perfectly turned up just when I needed it.

local
Автор

the refreshing part was always tricky for me, so Im interested in dedicated video A LOT :)

rstart
Автор

Thank you Nick, great video as always!
It would be great also to have a video about Refresh Tokens too. Thanks

VahidRassouli
Автор

Great video and JWT Auth explanation. Thanks for the work

ihorvelychko
Автор

Thank you for this video. It was a great help for beginning with this topic. Would like to see some deep-dive videos into this topic.

NoName-
Автор

I am doing this with okta but I use a combination of middleware and filter to programmatically add the policy to the Controller/Action. I was able to inject javascript to swagger and add the header programmatically to curl so that you don't have to use the swagger authorize UI manually.

magicspider
Автор

GOGO Nick!

In postman, instead of adding header Authorization, having Bearer (space) token
U may get the same results easier going to Authorization tab (1 left from Headers), choose Type Bearer Token and just past the token in the right panel

mikereznikov
Автор

very helpful. would very much like to see more about this topics like refresh

Naithe
Автор

Very nice video to teach the concepts🎉

Dustyy
Автор

Hey Nick, thanks for this video and it would be far better if you make a video about the implementation of OAuth

mehrankhan
Автор

Thanks for this wonderfull new video as always ;)
I really would like you to show an implementation of refreshing JWT stored in any vault you want if it is possible :D

julienraillard