By default, ASP.NET MVC's implementation of Identity
for authentication does not support full CRUD
operations for it's users.
I know it already has
:
Register, Login, Manage, and Change Password
But the problem is that doesn't have
:
Account Update or Edit, Select User Role, and Delete User
I think that Identity
is still incomplete in a way that there is no concise documentation which causes me to have a very ugly looking learning curve. Or if there's a better way and place to learn it, can you guide me there? Thank you very much!
Just a quick example of some of the methods that are availalbe.
Hope this helps, Identity is great!!