AspNet.Identity with custom user data

Hi. Im making app that will use aspnet identity and marten as event store. How i can move all custom data to another class?

And how to keep changes in sync? for example if UserData in sync with UserIdentity? for example when user changes email
Was this page helpful?