Thank you very much carl. This series of videos helped me so much. I hope you can make a video implementing authentication and authorization with blazor server side and (Data Access (API/DataManager/EF) ) you created previously on episod 16. Big thanks again.
I saw some very experienced developers are doing separate db for auth and authorization purposes. BUT they do it because they use EF for this db and Dapper for the ordinary stuff no related to security. I recommend you to use two databases if you want to use Identity.
Fantastic, and runs fine on my machine, but throws errors when run on Docker (fail: Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery). Any experience or tips?
Hi! Great tutorial! Can I ask about how to setup authentication using your windows credentials(the one you use to sign in on your computer)? Im still lost in these area, please help
Easy, direct to the point, no fluk fluk talking. All done in less than 19 minutes. Literally amazing!
This whole series helped me a lot. Thank you Carl. Keep riding…
This was such a good tutorial. You are a great teacher.
Much better than Pluralsight!
Very helpful! Thanks Carl and DevExpress
pro trick : watch series on Flixzone. Me and my gf have been using them for watching all kinds of movies these days.
@Ephraim Jake yea, have been watching on flixzone for since november myself :D
@Ephraim Jake Definitely, have been using flixzone for months myself =)
Thank you very much carl.
This series of videos helped me so much.
I hope you can make a video implementing authentication and authorization with blazor server side and (Data Access (API/DataManager/EF) ) you created previously on episod 16.
Big thanks again.
Great video 👌
Is there a way to setup Authentication and Authorization in a Blazor Server App without using Identity and without creating those AspNet* tables?
I like how you add extra related components to these videos. Any thoughts about using an identity provider like Okta?
Or Auth0, that's what I'm using to convert wi my existing Razor Page app with
Finally a non indian tutorial!
This was really helpful.
Thanks for the great tutorial.please let me know the episode where you have shown how to customise the ui for login
Is it common practice to handle Identity in it's own database versus using an existing that my API application is utilizing?
I saw some very experienced developers are doing separate db for auth and authorization purposes. BUT they do it because they use EF for this db and Dapper for the ordinary stuff no related to security. I recommend you to use two databases if you want to use Identity.
i wish there was a Blazor client side episode for authentication
Fantastic, and runs fine on my machine, but throws errors when run on Docker (fail: Microsoft.AspNetCore.Antiforgery.DefaultAntiforgery). Any experience or tips?
How would you implement this if using microsoft identity for login?
Wait a min, there IS NO Identity Manager!
Where is it?
Thanks!
I had the same question, where is identity manager?
Works great on local machine and Visual Studio. Deploying to Azure App Service does not go as smoothly - a how-to on that would be really helpful.
Great video, thank you
Where can one edit the UI of the Register/Login page?
thanks Carl, Great video
Thanks Carl
How can I add Claims.
I want to add claim to delete and claim to edit.
Is this compatable with .net core 5?
Hi! Great tutorial! Can I ask about how to setup authentication using your windows credentials(the one you use to sign in on your computer)?
Im still lost in these area, please help
Excellent,, many thanks.
Thank you so much for the video
You are welcome!
very helpful instruction!
Can we use same username and password for basic login and same UN and PW to access api with JWT token?
Thanks for this! I have a question: How to change roles for the users _without_ the Identity Manager? Do you have a video of that as well? =)
You could connect to the database manually and add roles to the tables. Can use something like SSMS or via VS from server explorer
Or refer to the code in Identity Manager to implement crud yourself
Thanks very much
from Bangladesh