Replies: 1 comment
-
|
Thank you for the suggestion! However, I’m not planning to implement these features in this project as the goal is to keep it lightweight. If your project requires more complex user management and role handling, I’d recommend checking out [CleanArchitectureWithBlazorServer](https://github.com/neozhu/CleanArchitectureWithBlazorServer), which offers more advanced functionalities including support for Keycloak and other comprehensive solutions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One thing I think could be greatly improved is how identity is handled. For one it would be great if there was a way to manage users/roles/etc. something that might be relatively easy to implement for this is something like https://github.com/mguinness/IdentityManagerUI
Another thing I thought about was to isolate all user related code to more easily switch the implementation. For example using Keycloak for user management. This would also alleviat the need for a admin ui
Beta Was this translation helpful? Give feedback.
All reactions