Hi, @oshabani
I think they are not the same issue.
Hi,
You can usually ignore it in the development environment, or you can change the current environment.
Unfortunately there is currently no configuration to change the cache expiration time during development
Your project looks good, but there is an UNAUTHORIZED error in Index.razor.cs
Could you try to comment on this line code or check with the current user to see if it's authorized to check it?
at ESv2.Blazor.Client.Pages.Index.GetOrganizerByOwnerId() in D:\a\Hathor\Hathor\aspnet-core\src\ESv2.Blazor.Client\Pages\Index.razor.cs:line 64
at ESv2.Blazor.Client.Pages.Index.OnInitializedAsync() in D:\a\Hathor\Hathor\aspnet-core\src\ESv2.Blazor.Client\Pages\Index.razor.cs:line 37
Abp has no built-in OPT authentication; you have to implement it yourself.
you can customize the login page to send SMS/Email and store them in the cache(database), then validate it.
Hi,
I see this tokens are even loaded in my cache but the Payload is null.
I will check it.