hi
The microservices project is already built in the LanguageManagement module.
You can check the localization text on the language texts page.
https://docs.abp.io/en/commercial/latest/modules/language-management#language-texts
hi
We use ASP NET Core Identity, which uses the HMACSHA512.
https://github.com/dotnet/aspnetcore/blob/release/7.0/src/Identity/Extensions.Core/src/PasswordHasher.cs#L141
hi
I guess this will work when you click the Remember me
There must be error logs on your AuthServer website. Please share it. Thanks
liming.ma@volosoft.com
hi
You can download the source code of Identity Pro and then customize the logic.
hi
Refunded.
hi
Please change the log level to Debug and resend the logs. Thanks.
public async static Task<int> Main(string[] args)
{
Log.Logger = new LoggerConfiguration()
.MinimumLevel.Debug()
.MinimumLevel.Override("Microsoft", LogEventLevel.Information)
.MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
.Enrich.FromLogContext()
.WriteTo.Async(c => c.File("Logs/logs.txt"))
.WriteTo.Async(c => c.Console())
.CreateLogger();
hi
Currently, our angular FE loads localization strings from json files, served by our auth service, one file per locale.
Please explain this in detail. Im not understand it very well.
https://docs.abp.io/en/commercial/latest/modules/language-management
hi
You can try to using 2.2.2 of Leptonx