Authentication and Authorization for Blazor In Depth | ASP.NET CORE 3 Identity |Blazor Tutorial-EP24

preview_player
Показать описание
🎁ALL-ACCESS Subscription: Unlock access to all of my courses, both now and in the future at a low $19.99 / month.

💎Learn .NET MAUI while creating a Contacts App in .NET 7:

🔥Learn Blazor while creating an Inventory Management System in .NET 6

💎 Complete Guide to ASP.NET Core Identity

💎Complete Blazor Course: Build an e-commerce app with ASP.NET Blazor and Clean Architecture

💎 Complete Web API Course:

👍Architecture Course

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

I have watched several tutorials and this one finally has the detail that I was missing in 22:16

public class ApplicationDbContext :

First time someone mentions you have to extend with the custom user class

ChristianRiosCartin
Автор

This is copacetic. By far you are the only one who really made me understand how this works and a clear step by step procedure. What i feel is missing is how to add roles and assign users to the roles. i'd really appreciate it if you create a video on that. I watched your Blazor playlist but couldnt find a video for roles. Thanks in advance if you do get the time to do that.

jamesscott
Автор

Thank you very much for this useful tutorial, and I hope you will make the next level tutorial that explains the using of Role and claims in Identity.

EngDuraid
Автор

Thank you, Nice Tutorials i need one help ... The user who makes the entry should see the same entry is is possible to set in controller or in page ???

dhirenpathak
Автор

Very nice video, helped me to solve some issues. Thanks a lot!

calvinzhu
Автор

YES YES YES, thank you for this tutorial !

florentinlurota
Автор

Thank you so much! Great video, I couldn't find anything on adding new columns or changing the UI before

TheDerpsFinest
Автор

Excellent Tutorial.. Exactly what I was looking for.. Also very well executed.

howtofordummies
Автор

💎My New Blazor Course: Build an e-commerce app with ASP.NET Blazor and Clean Architecture

FrankLiuSoftware
Автор

I've added a Signalr Hub but when I try to add the Authorize Attribute it seems like the logged in user is not found in the context.. Any ideas?

howtofordummies
Автор

The video helps me much to understand.
I wanted to make just simple comment system and also add editbutton so the owner of the comment can edit it. I was still not able correctly to understand how I can compare the user is the owner and can edit the comment in the correct way by comparing the IDs. I think with authorized tag only is not possible.

MaZyYTube
Автор

perfect lesson. What I am lack of is authorization part

OvRaf
Автор

How do I use this if I do not want to use the database it wants to create, but my own existing database?

majormartintibor
Автор

This video is advanced skills and very helpful. Thank you so much!

vydo
Автор

Hi, I am using VS Code, when I try to add the new Identity, with the command

dotnet aspnet-codegenerator identity -dc --files "Account.Register"

It gives me this error: A file matching the name _LoginPartial.cshtml was not found within any of the folders:

But the file _LoginPartial.cshtml is inside the Identity/Pages/Shared folder

I have not found answers for this in any place.

Do you know what could possibly be?

leonardodalcegio
Автор

Thank you very helpful! What is the best way to retrieve the Identity User Id ? It doesn't seem to be in the default claims.

Eamo-
Автор

Hi thanks, very helpfull! Is it possible to add CAS client authentication and how ? in blazor server-side app

khalidab
Автор

Thanks.
Any couse about Authentication of client side Blazor ?

cissemy
Автор

I have been on your patron but where I can find source code for this course ?

Beji-boy
Автор

Thank you so much for this useful video

vietho