Concurrency Failure while updating user in UserManager
Hi. After adding new item in List<RefreshToken> in user entity and update it in UserManager.UpdateAsync() im getting error "Optimistic concurrency failure, object has been modified". I have searched a lot of things, tried, but no way to fix this error....
C#
1 Reply
Show the logic of the AddRefreshToken method