-
-
Notifications
You must be signed in to change notification settings - Fork 562
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
Use Identity UserManager and RoleManager implementations for interacting with Users and Roles. #1641
base: master
Are you sure you want to change the base?
Use Identity UserManager and RoleManager implementations for interacting with Users and Roles. #1641
Conversation
…re.Identity.EntityFrameworkCore Use standard functionality of UserManager and RoleManager classes in UserController and RoleController (so remove dependency on IDB)
Sorry for the slow reply, but I've just been super busy! This looks very interesting indeed, we might have to schedule it for a service release of Regards |
Thanks for getting back. Been very busy myself as well. But scheduling to spend more time on this one next week. Please share you thoughts and feedback when you have a moment. So I can take it from there. |
This pull request fixes 1 alert when merging 174e9a9 into 7e5ac03 - view on LGTM.com fixed alerts:
|
Could you put back the removed data package references to RazorWeb? We use this project as an entry point when generating migrations for the different data providers. Best regards Håkan |
Done. See 52d65a2 |
@tidyui I'm planning to further test this PR next week. Is that okay timewise? |
This pull request fixes 1 alert when merging 52d65a2 into 9285f73 - view on LGTM.com fixed alerts:
|
@tedvanderveen What's the status on this? Is it ready to be merged or should we postpone it for the next release? |
@tidyui I shall pick up on my tasks next week, should have plenty of time available to work on this! |
We should probably get #1742 merged before doing any updates to this one. |
Removed from project and milestone as issue #1634 is already added. |
This allows for bringing your own implementations of those UserManager and RoleManager classes provided by ASP.Net Identity.
See also #1634