You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to use some account controller functionality such as logout or change password and I use angular instead on mvc and I don't want to add a reference to Account.Web and my app have a reference to Account.HttpApi but account controller on Account.HttpApi doesn't have this functionality? what do I do for this case?
The text was updated successfully, but these errors were encountered:
You could try to just copy the code of controllers in the Account.Web project from the repo and put them in the controllers in the .HttpApi project to copy the functionality (be sure to reference the required assemblies).
I'm not saying this is the solution as I can only recommend based on my understanding of the framework. You may try this if it doesn't work you can wait for a reply from @maliming or @hikalkan or someone who knows better.
Hi,
I want to use some account controller functionality such as logout or change password and I use angular instead on mvc and I don't want to add a reference to
Account.Web
and my app have a reference toAccount.HttpApi
but account controller onAccount.HttpApi
doesn't have this functionality? what do I do for this case?The text was updated successfully, but these errors were encountered: