作者:全都变了吗 | 来源:互联网 | 2023-09-23 16:37
Hi
I am having issues with CurrentUser not being updated when the current user is modified. If I for example use the UI to change email of the user the email in ICurrentUser is not refreshed, same issue when setting the users email to confirmed.
Is this by design or is it a bug?
ABP Framework version : 3.3.1
该提问来源于开源项目:abpframework/abp
That is a better description I guess, I have changed my app now to get user by Id instead of using CurrentUser when I need user information, I guess adjusting this description in docs could help others to not make my mistake:
ICurrentUser is the main service to get info about the current active user.