You can do it to refresh current logged in user by signInManager.RefreshSignInAsync
. But how do you do the same for a different user?
To clarify, the "refresh" action should not log the different user out.
You can do it to refresh current logged in user by signInManager.RefreshSignInAsync
. But how do you do the same for a different user?
To clarify, the "refresh" action should not log the different user out.