hi @sanghel
You can try to use the latest version(5.1.3) and set the clock to UTC.
Configure<AbpClockOptions>(options =>
{
options.Kind = DateTimeKind.Utc;
});
hi @N335378
See https://github.com/abpframework/abp/pull/11371 https://github.com/abpframework/eShopOnAbp/pull/65
hi @sanghel
I will make a sample that timestamp with timezone
.
hi
Can you reproduce the issue in the unit test?
hi
Can you share your code to reproduce?
autoSave
mean dbContext.SaveChangesAsync
Hi
https://github.com/abpframework/abp/issues/10591#issuecomment-970172284
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.jsonoptions?view=aspnetcore-6.0
hi
You can use all standard asp net core external authentication method.
https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/microsoft-logins?view=aspnetcore-6.0
hi
You can try to do this using Microsoft's official blazor template.