hi
https://github.com/abpframework/abp/blob/48c52625f4c4df007f04d5ac6368b07411aa7521/modules/identity/src/Volo.Abp.Identity.AspNetCore/Volo/Abp/Identity/AspNetCore/AbpIdentityAspNetCoreModule.cs#L12-L21
hi
This can quickly find and solve problems.
hi
Create a new microservice project. Then use the simplest code to reproduce the problem.
Please use docker environment instead of your own database and redis etc..
Please try to do that.
https://support.abp.io/QA/Questions/2065/The-required-antiforgery-cookie-AspNetCoreAntiforgery-is-not-present#answer-041206e6-7bf4-5f37-de95-3a001ab1f29a
route it was not working.
Please explain it in details.
hi
I will feedback to the Team.
hi Neozzz
Can you share simple code and steps to reproduce wiht new microservice template?
hi
ChangeEmailTokenProvider will use DataProtectorTokenProvider to generate and verify tokens by default,
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.tokenoptions.changeemailtokenprovider?view=aspnetcore-6.0
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.dataprotectortokenprovider-1?view=aspnetcore-6.0
You can customize a token provicer to generate short digital codes. For example PhoneNumberTokenProvider
https://docs.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.identity.phonenumbertokenprovider-1?view=aspnetcore-6.0
https://github.com/aspnet/AspNetIdentity/blob/main/src/Microsoft.AspNet.Identity.Core/PhoneNumberTokenProvider.cs#L24
Of course, you also need to change the built-in email sending and verification UI and business code.