Hi,
Did you add AbpAccountPublicWebIdentityServerModule
dependency to module?
Are you talking about https://docs.abp.io/api-docs/commercial/3.3/api/index.html?
Does relogin work you?
Hi
See upgrade guide: https://github.com/abpframework/abp/blob/dev/docs/en/Migration-Guides/Abp-4_0.md https://github.com/abpframework/abp/blob/dev/docs/en/Migration-Guides/Abp-4_0-MVC-Razor-Pages.md
You can also create a 4.0 preview project for comparison abp new BookStore --preview
Sorry, I see you are using angular UI.
You can use revocation endpoint to revoke token.
Of course you can, Do you still have questions?
Hi,
Can you provide the steps to reproduce? thanks.
Hi,
You can send an email to license@abp.io
Hi,
You need to set the MenuItemName
in your page. like:
@{
PageLayout.Content.Title = L["Menu:FileManagement"].Value;
PageLayout.Content.MenuItemName = FileManagementMenuNames.GroupName;
}