Adding Identity to Existing Blazor Server Apps: Carl Franklin's Blazor Train Ep 55 Update

preview_player
Показать описание
Carl revisits episode 55, introducing a code/documentation repo and updating the code to .NET 7, showing you how to add Identity Authentication and Authorization to an existing Blazor Server app.

🚀 Get Started Today – Free 30 Day Trial 🚀

✅ Pricing and Online Demos ✅

🆘 We Are Here to Help 🆘

👍 Follow DevExpress on Social Media 👍

🏁 Review Customer Testimonials 🏁

#DevExpress #devexpress_blazor #devexpress_web #aspnet #aspnetcore #blazor #datavirtualization #blazortraining #carlfranklin #blazortrain
Рекомендации по теме
Комментарии
Автор

Too bad thar people dont check and see thst this is so much more than "just" devexpress tutorials. This guy rocks.

paultannenberg
Автор

Could you maybe do a video on mapping Identity onto an existing app with legacy auth tables? There's really not a lot of info on that - at least not that I can find.

jameswalton-cyberhigh
Автор

Great video, very informative. If developing a blazor spa where none of the controls, only the layout is available via direct URL is there any need to apply authorization to each control or only the layout itself?

caseypries
Автор

Thank you a lot, you helped me :) Also i like your style of teaching us. :D

tomsvk
Автор

Thanks for the demo! But what about xsrf tokens? We don’t need them anymore, right?

torrvic
Автор

Well it looks like this only works with the older Blazor Server project and not the new Blazor Web App project (which is both server and client). Very disappointing as this is a really well done video.

caseypries
Автор

My code of 'ClaimsPrincipal user = null; ' is not workable, I can't understand what mistakes?

cbiiizc