[Full Course] | Create and Consume JWT authentication with Clean architecture in .NET 8 Blazor Wasm🔥

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

/*Source codes available*/

/*Playlist*/

/*Related*/

# 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 an extraordinary tutorial. Amazing app, start from scratch, simple presentation

agusbudianto
Автор

Thank you for your continuous effort. The way you present tutorials has been very helpful. I have a suggestion for a future tutorial: Could you consider converting the authentication project into a standalone microservice, similar to OpenID Connect? This would allow the application user to use that microservice or switch to any identity provider supporting the OIDC protocol. Additionally, the project should include login and registration front pages so that the application user is automatically redirected to the login page.

ziedkefi
Автор

Wow you covered so many topics in this, Blazor, Authentication, Jwt Authentication, entity framework core, DB migrations. Cool! Really good work!

nagendravc
Автор

HI. I paid for the code and followed this video. It would have been good that a 401 error for Weather was not a page crash but follow on to then go to a login page, and once they had, then return to weather, or what ever page they was trying to work on. Can you change the code to have this or a new video that show start to a end a full JWT that expires and allows someone to refresh after a sigin in.

waynehawkins
Автор

I got the source code, the issue I had in the connection string didn't like server=(local). I also went to Solution, right click properties or ALT -ENTER, Common Properties, then startup Proejct, selected Multiple startup projects, set WebAPI and BlazorWebAssembly to Start and reordered them in that order. Question, how much to add claims/roles?

netrunner
Автор

Hi, is there any tutorial like this for Interactive Auto with JWT?

AminMashayekhi
Автор

Hi bro, i have one doubt...
In the mvc core for authorization we use filter...
[authorize(Role="admin") ]...
When we use this all pages under that controller will be authorized..
Is there anything available for blazor like that, because writing authorization on all pages is really hard na... So any Idea about that?...

rahulstarkindustries