@@swildermuth Sorry, missed this comment ;) Well, I think I mentioned here and there on twitter/coding shorts about how, for whatever reason!, I seemed to really struggle with this whole authentication/authorisation (or authorization!) thing - especially with JWT! I managed to implement an Azure function using API management hooked up to Azure AD B2C, but of course most of that Azure was doing! Thanks so much for this and all of your course/videos/blog posts.. helps so much an aging dev! This one specifically, with the new .NET 7 JWT is brilliant! Hope you had a nice Christmas/holiday, and have a great new 2023!
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.
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?
@@swildermuth yeah, but i mean, you did command to console, and it blew up new bearer jtw in the console, but how to get it in variable and work with that if you understand me. Sorry if its weird question.. Im a begginner.
Lots of ways actually. If you want to manage them yourself, I have a pluralsight course that shows you how. But most people use third party providers like Azure AD or Auth0.
I dont comment alot, but this type of simple teaching is golden. Please keep these things coming! Thank you!
Glad you like them!
This is great! Thank you! Please do a more on JWTs, including claims if possible. Cheers!
More to come!
I watched a couple of videos on JWT, but your explanation! wow!!
Hope you are doing better now Shawn, thanks for the video
Thanks Shawn for putting this out. Straightforward and quality content.
Wow Shawn...this is awesome. You kept it so simple. Thank you!
Excellent tutorial. I would not have known about this improvement - including the dev token generating tool. Thank you!
Glad it was helpful!
Whoa, i’ve been struggling with JWT and this answers all my questions that I know to ask! Many thanks and a new subscriber.
Glad it was helpful!
Great information! JWTs and Auth are a bit of pain...
Glad you liked it.
Thanks, love it! So much simplier. You're an excellent teacher.
Yes! You heard me! Thank you Mr Shawn!
What did you say?
@@swildermuth Sorry, missed this comment ;) Well, I think I mentioned here and there on twitter/coding shorts about how, for whatever reason!, I seemed to really struggle with this whole authentication/authorisation (or authorization!) thing - especially with JWT!
I managed to implement an Azure function using API management hooked up to Azure AD B2C, but of course most of that Azure was doing!
Thanks so much for this and all of your course/videos/blog posts.. helps so much an aging dev!
This one specifically, with the new .NET 7 JWT is brilliant!
Hope you had a nice Christmas/holiday, and have a great new 2023!
Excellent, thank you! Please keep these Coding Shorts coming!
Will do my best. Thanks!
Excellent mister!
Great teaching style. Thank you.
Great video Shawn!
Amazing content! keep going, this videos are pretty helpful
Glad you like them!
Really great video!! Thanks a lot. Enjoying and learning a lot from your videos.
Awesome 😮
Excellent @swildermuth!!!!
Glad it helped.
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.
I read the release notes carefully. But that doesn't always work. Sometimes I find out from questions or new code posted on GitHub.
@@swildermuth Thank you, really appreciated.
This is great! Thank you Shawn!!!
You bet!
Thank you so much , your videos really helping us, you are awesome teacher , My God bless you with good health
Glad to hear it.
great and simple explenation thank you
Excellent!
Thank you for publishing. Do u have the source code for this video on a GitHub?
Yes I have: github.com/shawnwildermuth/codingshorts/tree/main/JwtInSeven
@@swildermuth Thank u very much. But how are you doing signature validation?
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?
The value of the tool is to allow development before wiring it up to a JWT generator (self-written, or off the shelf like Auth0 or Azure AD)
thnx
but why user-jwts always create token with the first configuration even when I change them
What do you mean by "the first configuration"?
great video, thank you
Glad it helped
Thank you Shawn!
You're very welcome.
Very useful info, thank you!
You're welcome!
Thanks for the tutorial. Can I ask how do you get autocomplete on terminal?
Are you using Powershell Core? I didn't do anything to enable it.
Really cool, thank you sir! But with this method, how can i send token via api endpoint?
You send it as a bearer token in an http header
@@swildermuth yeah, but i mean, you did command to console, and it blew up new bearer jtw in the console, but how to get it in variable and work with that if you understand me. Sorry if its weird question.. Im a begginner.
Thanks!
Great tutorial! Using this framework, how would we produce and validate tokens in production?
Lots of ways actually. If you want to manage them yourself, I have a pluralsight course that shows you how. But most people use third party providers like Azure AD or Auth0.
@@swildermuth thanks, I'll check out your course!
you are so cute with vscode terminal
VIM user?
Thanks
No problem