What is the purpose for adding ConCurrentUserId property and how it will be useful
It stores the currently loggedin concurrent ID and adds it to user claims.
Check the concurrent ID in the middleware, logout if it is different.
https://github.com/abpframework/abp-samples/blob/master/ConcurrentLogin/src/ConcurrentLogin.Web/ConcurrentLoginWebModule.cs#L264
If I just add this code, will it be enough?
It looks fine.
Hi,
This is a bug with CLI, we will fix it: https://github.com/abpframework/abp/pull/18061
Hi,
We have an example you can check: https://github.com/abpframework/abp-samples/tree/master/ConcurrentLogin
Planned to release on November 15, 2023(may be change)
Hi,
See: https://support.abp.io/QA/Questions/4809/Stylesheets-are-loaded-very-late
We plan to enhance it in Leptonx theme version 3.0
Sorry, should be dotnet ef migrations add upgrade_to_ABP7_4
Configure in the Blazor project.