hi
This document already explains the steps in detail.
https://docs.abp.io/en/abp/latest/Localization#creating-a-localization-resource
If you get any error, you can continue feedback.
hi
Windows also work
PS C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web> dotnet publish -c Release
MSBuild version 17.8.3+195e7f5a3 for .NET
Determining projects to restore...
All projects are up-to-date for restore.
p.Account.Pro.Public.Web.OpenIddict.dll
Sustainium.Web -> C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web\bin\Release\net8.0\Sustainium.Web.dll
Sustainium.Web -> C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web\bin\Release\net8.0\publish\
PS C:\Users\malim\Downloads\Sustainium\src\Sustainium.Web>
hi
You can set the ConsentType of openiddict's application to OpenIddictConstants.ConsentTypes.Implicit
hi
It works on macos, I will test it on windows.
hi
Have you enabled the IsDynamicClaimsEnabled? you can set it to default(false) or remove the configure code.
context.Services.Configure<AbpClaimsPrincipalFactoryOptions>(options =>
{
options.IsDynamicClaimsEnabled = true;
});
Have you tested this case in a new microservice template project?
Thanks. Your question credit has been refunded.
这应该属于前端的功能. datetime是可以存储时分秒的
hi
You can remove it from all projects. then check if the problem solved.
hi
Please share some screenshots. Thanks.