ASP.NET Core Authorization (.NET 7 Minimal Apis C#)

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


🕰 Timestamps
00:00 introduction
00:28 re-building authorization
11:42 built in solution

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

I keep coming back to these basic walk throughts of the complex topic of authentication / authorization as really they are the best way I found to get my head wrapped around this topic

unhandledexception
Автор

I've said it once and I'll say it a a hundred times, Anton has the best flow in telling dev stories

lukedjuuuu
Автор

To say that your videos are a godsend is an understatement. Thank you!

michaelestrinone
Автор

First of all, thanks for that content. It's pure gold.

I was coding along the tutorial, and got the InvalidOperationException when trying to call the SignInAsync method inside the login route, and I had the exact same code as Anton.
If anyone else is getting the error, to fix that you have to pass the scheme in the ClaimsIdentity constructor:
var identity = new ClaimsIdentity(claims, AuthScheme);

Felipehsbr
Автор

Very impressive as always. Short, easy to understand, only the essence.

albertbanaszek
Автор

Great! Please more about customization policy and handlers etc.

piotrc
Автор

As a dane, I was worried we weren't included, thank you for including! 😁

emilrasmussen
Автор

Cool stuff! Thank you for your efforts man!!!

johndoeqweasd
Автор

Your channel is gold mine!!!, thanx alot for amazing explanation.

stoic
Автор

Wow, so well done! Thanks for posting, man! Very helpful.

avjvfx
Автор

Great video, thanks for your explaination. It helps me understand a lot about asp.net core authentication because there isn't any document for detailed

thanh
Автор

Extremely good content. you're awesome!

roynilsson
Автор

Thanks a lot. Its a lot to digest, but its very well explained :)

cckb
Автор

Another great video. Thank you, Anton!

TolgaKoseoglu
Автор

Great video. At 15:47 the video of you covers the code. This is very informative though, thank you for making it.

NoDoubt
Автор

Thank youuu, U r simply the best. Helped me alot!!

viniciusdemorais
Автор

Amazing as always! A lot of good info without bla bla bla.

qfxkfge
Автор

Man you really live up to your channel's name - "Raw anaylysis of concepts"

maksadnahibhoolna-wcef
Автор

Thank you for the great content. You are a GEM

rezarezash
Автор

We just don't deserve you! Thanks a lot!

evildoer