Am working on an asp.net core application and it has some features already implemented . Am also using asp.net core Identity for authentication
and authorization
and have added functionaly for Admins
to Add/Edit Users
and assign claims
. Now I want to gradually add and use dotvvm
for some of the new functionalities yet to be implemented.
Thus is it possible to use the already existing Authentication
and Authorization
for the the features to be implemented in dotvvm
?
I have seen this DotVVM Asp.net Core Authentication but not sure how that goes with existing the asp.net core Identity.