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
Add an interface IProvideConcurrencyStampwhich provide a string property ConcurrencyStamp.
The repositories then need to update the stamp on every update and must throw if the entity was changed in the meantime.
Add an interface
IProvideConcurrencyStamp
which provide a string propertyConcurrencyStamp
.The repositories then need to update the stamp on every update and must throw if the entity was changed in the meantime.
See: https://github.com/mgernand/AspNetCore.Authorization.Permissions/blob/c894d393dd4d7ed4f857df48f27177dde7c7bd99/src/AspNetCore.Identity.Permissions.MongoDB/TenantStore.cs#L115
https://github.com/mgernand/AspNetCore.Authorization.Permissions/blob/c894d393dd4d7ed4f857df48f27177dde7c7bd99/src/AspNetCore.Identity.Permissions.EntityFrameworkCore/TenantStore.cs#L139
The text was updated successfully, but these errors were encountered: