I will confirm OnTokenValidated
again.
hi
There are no performance problems here, and our docs website is also using this module.
https://docs.abp.io/en/abp/latest/ https://docs.abp.io/en/commercial/latest/
I couldn't find any documentation related to the usage of the version dropdown on the document page. Can you assist me on this matter?
You can add some releases.
https://github.com/burakyilmaz45/abp/releases
hi
Please share full code of context.Services.AddAuthentication....
hi
Can you share a simple project and steps to reproduce?
liming.ma@volosoft.com
hi
they got the following errors in their browser console:
What are the related logs of the backend app?
The transition between document pages takes 5-6 seconds. What could be the reason for this? And what can I do to improve performance?
Can you share the logs? It shouldn't take too long.
I think the base class should exist in an independent shared class library.
Please share some code,Thanks
hi
The Distributed Memory Cache isn't an actual distributed cache. Cached items are stored by the app instance on the server where the app is running.
https://learn.microsoft.com/en-us/aspnet/core/performance/caching/distributed?view=aspnetcore-7.0#distributed-memory-cache
Please share your code of ConfigureAuthentication
eg
context.Services.AddAuthentication(options =>
{
})
.AddCookie("Cookies", options =>
//.........