-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change UI to use Blazor Server Or Wasm #1032
Comments
Hi, what do you mean Blazor for admin? Rewrite mvc to blazor or use blazor app with IdP? |
Hi,Yes, that's what I mean. |
@masoodafar-web he asked you to clarify which one of the two you are referring to
I think you are referring to the first option. One approach would be to use Management Admin API and rewrite MVC pages in Blazor. When it comes to Identity portion with Blazor Server, from what I understand, you still need to resort to MVC backend since you cannot post forms to Blazor Server hence and Microsoft is not planning to port Identity to Blazor. |
Thank you, @vpetkovic , for your reply. |
What is the benefit of rewriting to Blazor instead of keeping it in MVC? |
Using existing and more optimized components in Blazor, as well as working and developing (code style) more easily to customize business related codes. |
Hello, I hope you are well.
I wanted to know if it is possible to use Blazor Server or Blazor Wasm for the admin panel?
And if we cannot use these, what is the reason?
And if we can use it, do you suggest it?
I want to use it (blazor) in an IDP, is this safe?
The text was updated successfully, but these errors were encountered: