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

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


👉 Try Rider
RD5K9-4TXXW-KMV3G-NYWSF-3ZSTP

🕰 Timestamps
00:00 introduction
00:50 re-building authentication
16:47 built in solution

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

WHO ARE YOU AND WHAT DID YOU DO TO ANTON?

nickchapsas
Автор

Man this is really helpful. a lot of stuff online, documentation and such is so abstracted that, as a beginner, I have absolutely no idea what is going on. Getting under the hood makes things more clear. Thank you.

ysrowif
Автор

Just love the way you explain things from scratch and with perfect pace and explanations. Your work is awesome.

carlosboyanosky
Автор

i really like how you explain and remind everything you write, not just like other tutorials they literally just copy paste what they see on the second monitor

zakariyaechmaili
Автор

Great job, Anton! I have been looking for somebody to put the entire dotnet core authentication pipeline into one video/course! You did just that. Thank you very much.

TolgaKoseoglu
Автор

That was indeed a deep dive on how auth is working under the hood. thanks for this awesome explanation!

xaberue
Автор

I laughed too hard at 16:20 when you casually scrolled through 500 lines of code for a supposed key-value store. awesome video :)

AnsisPlepis
Автор

great video Anton. You and nick are a credit to the Youtube tech space. Love what you do

josephizang
Автор

Since there is a lot of logic going on under the covers matching cookie strings, it would be nice to know which places the strings you chose are important names. For example "set-cookie" seems important. In other cases you used "cookie". It isn't clear where these must match.

woodandgears
Автор

Great job, love the way you explained. Most awaited topic for me.
Can you please create a playlist to implement Authentication in Web API.
Thank you very much.

amitpandey
Автор

Your video was very helpful, I'm still learning and getting the hang of it still. I'm into House and EDM. I look forward to seeing more of your

suynsiuy
Автор

Hi Anton! Your videos are great! I have a question. Why you don't use methods like these:

- ctx.Response.Cookies.Append("auth", "anton");
- ctx.Request.Cookies.TryGetValue("auth", out string? authValue);

using these framework methods eliminates additional code and helps you focus on authentication topic. it's just a recommendation )
Thank you very much!

dfe-e-bdf
Автор

I think this is supposed to be the first video in the series, but it looks like you started with some sort of console project already created. What all did you select when starting this project? I need to know how to start with Step 1.

jpcode
Автор

I think you need to do a longer video series on this subject. Way too much here for one video, much less the myriad of other topics that need to be discussed.

dasfahrer
Автор

It's amazing! Good explanation! I really enjoy this video!
Thank you very match!

filibuster-Fox
Автор

Is there any tutorial from you or someone you know that actually covers Authentication in Blazor and explain it well?

eduardrivas
Автор

This was great video. Thank you so much!

fieryscorpion
Автор

Thanks for the video. What editor do you use ?

ВиталийБулдаков-шэ
Автор

how is this any different than a jason web token? other than the encription/decription algorithm?

xxapoloxx
Автор

probably a dumb question but if you are just exposing an api and the client is not necessarily in a browser does the cookie approach still work or do you need to switch it to something else? jwt perhaps?

LindenMikus