[Full Course] | .NET Blazor Interactive Server (SSR) Cookie & role-based Authentication🔐

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

/*Source code available*/

# Playlist

# Here's a follow-up section to encourage engagement and support for Netcode-Hub:
🌟 Get in touch with Netcode-Hub! 📫

# ☕️ If you've found value in Netcode-Hub's work, consider supporting the channel with a coffee!
Рекомендации по теме
Комментарии
Автор

This is really great video for all server side authentication needs, no APIs no extra stuff. If you want to make a simple server side app this is the right video to learn. Did you make any video in which the UI and APIs are sharing the same Identity DB for authentication. API will be authenticated using JWT and that same DB will be used to login the user, probably JWT will be saved as a session in client side to be sent as a header to call to APIS. I am just throwing the idea, do you have this kind of video.

yassermian
Автор

This example works better if the database on another project and the Web App contains both: SS and CS Rendering.

TrueTaladan
Автор

This is nice! can you do a continuation or do another video that sends a link for email confirmation so as to set the EmailConfirmed field to true i.e. to enforce the user to login with the correct password and Confirmed Email. Also add forget password/password reset functionality, will really appreciate. Continue doing the good work!

patrickmakanga
Автор

I followed right along and I know i have the correct packages installed but at add-migration I always get warnings regarding creating an instance of DbContext, unable to create a DbContext of type.

kxpn
Автор

Why is everything so tightly coupled to SQL server and EFC? Is it only way to get these products to work properly as if you stay in the same tech silo... Maybe a more conceptual approach so that people can plug in their own DBContext for example. I'd really like to see one that uses firebase or some other database altogether. Just a thought...

darrylhill
Автор

So far excellent video, but you are complicating things by introducing minimal api, it distracts and you should have confined to the usual logout method in Account service.

yassermian
Автор

I followed right along and I know i have the correct packages installed but at add-migration I always get warnings regarding creating an instance of DbContext

Blindbuymovieguy
Автор

hello good day hope you having an awesome day
I love the way you transmit knowledge with some jokes an laughter 😇😇😇
please i have some few question
1. Please can i modify the source code to ensure that a link is sent to the email formation
2. Is there no way to modify the usersession time to maybe 5 mins for testing purposes
3. Also please i will like to know how i can save images to the database when during registration
4. Lastly since the pasword are automatically encrypted how to recover account if forget 🙌🙌🙏🙏🙏

louisfru
Автор

Great Video, Very informative, tank you! What if I have a custom user table used also by a legacy project and has not the fields required by the IdentityUser?

ilFusta
Автор

quick question do you have a video with auth for both Client and server side ?

SameOldjeans
Автор

hello. Looking good. In addition to MS Identity, I would appreciate it if you could also let me know about custom cookie authentication using the class.

lxifkqu
Автор

i got an error in SignInWithClaimsAsync : Object reference not set to an instance of an object. in clientProxy, String method, Object arg1, Object arg2, Object arg3, CancellationToken cancellationToken)

nickolmo
Автор

Bkazor 8 with RollupJS and different JavaScript packages using npm and TypeScript compilation please 🙏🏼

sigma_z
Автор

why when you click the registration button the form blinking or refreshing ? or I'm wrong

qugodkr
Автор

I fail to understand what you said at time 1:09, you spoke too fast.

yassermian