Coding Shorts: Simplified Configuration for JWT Bearer Auth in .NET 7

preview_player
Показать описание
Now that .NET 7 is released, we can start using some interesting new tooling. In this video, I show you how they've simplified how you can configure JWT Bearer tokens in your own projects. Take a look:

00:00 - Introduction
01:02 - Creating the Demo
03:11 - Adding Authentication
05:24 - Adding JWT Bearer
07:25 - Using the userjwts tool
09:22 - Decoding the JWT
10:29 - Wrapping Up

If you like this video, you might like other videos in my Instructional Videos:

Or my Pluralsight Courses:

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

I dont comment alot, but this type of simple teaching is golden. Please keep these things coming! Thank you!

HuyNguyen-dvel
Автор

This is great! Thank you! Please do a more on JWTs, including claims if possible. Cheers!

jamesbest
Автор

Thanks, love it! So much simplier. You're an excellent teacher.

christinemcdaniel
Автор

I watched a couple of videos on JWT, but your explanation! wow!!

vasiliskarvelas
Автор

Wow Shawn...this is awesome. You kept it so simple. Thank you!

NecquiTeja
Автор

Really great video!! Thanks a lot. Enjoying and learning a lot from your videos.

manikandanmurugesan
Автор

Thanks Shawn for putting this out. Straightforward and quality content.

jayveecruz
Автор

Excellent, thank you! Please keep these Coding Shorts coming!

mraysmit
Автор

Excellent tutorial. I would not have known about this improvement - including the dev token generating tool. Thank you!

Rhysling
Автор

Whoa, i’ve been struggling with JWT and this answers all my questions that I know to ask! Many thanks and a new subscriber.

RayGarza-srzj
Автор

great and simple explenation thank you

alaamamdouh
Автор

Great information! JWTs and Auth are a bit of pain...

Dimich
Автор

Hope you are doing better now Shawn, thanks for the video

eclipsetutorialvideo
Автор

Amazing content! keep going, this videos are pretty helpful

JulianRiverplate
Автор

Yes! You heard me! Thank you Mr Shawn!

dsheardown
Автор

Thank you so much, your videos really helping us, you are awesome teacher, My God bless you with good health

abdulnaveed
Автор

Very well explained, can u make tutorial with Clean Architecture please?

rsmpryu
Автор

Thanks for the tutorial. Can I ask how do you get autocomplete on terminal?

bahtiyarozdere
Автор

I also find the new feature sexy, but I don't understand the real added value. I would also like to create a token in the code with almost zero configuration and not with the .NET CLI tool. I couldn't find anything about this, except for having to create an extensive configuration the previous way. You might have a great solution for this?

GregorBiswanger
Автор

Another interesting session by Shawn! Thanks. Where did you discover some of those new tidbits about the way that NET7 seeds and handles authentication? I seem to somehow have missed any comment about those.

robdevoer