Hello everyone I have faced a problem the value of my claim is not updated after page refresh or submit data. Note I have refreshed our page 2 times its update. I have use this but not update
await SignInManager.RefreshSignInAsync(user);
Hello everyone I have faced a problem the value of my claim is not updated after page refresh or submit data. Note I have refreshed our page 2 times its update. I have use this but not update
await SignInManager.RefreshSignInAsync(user);
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Yazhini MPPosted Dec 16, 2021, 5:27 AM
Example:
var user = await_userManager.FindByIdAsync(yourId);
wait_signInManager.RefreshSignInAsync(user);
View the RefreshSignInAsync code in the SignInManager