Have aleady renew the trailing period and have tried to recreate a new project, command prompt still shows LicenseExpiredValidationFailure: Your license has been expired! - Please contact to license@abp.io renew your license.
. I am not even able to login into abp suite. Anyone is encountering similar case like me?
src\BCT.ABP.Main.IdentityServer\Pages\Index.cshtml.cs
OnGet
method and start IdentityServerSimple Question , I am adding module to the application, it is a customized module done by our side, any proper way to adding it to the application? Cause I cannt find any way on abp suite(should equal to abp CLI command line).
I tried to change the nuget from sqlserver to mysql and followed the instruction on https://docs.abp.io/en/abp/latest/Entity-Framework-Core-MySQL But it have error on running, is it possible to switch from MSSQL to MySQL in DbMigrator project, so that I can init MySQL database?
I am going to call api of different modules, and I saw there is RequestVerificationToken on swagger API, like /api/file-management/file-descriptor/content API
I have 2 cases,
How to obtain the API Token for the above cases? I need to call module api in many cases
may I know the purpose of abp CRUD page? Cannot generate CRUD page, is it improtant?
How to config ABP file management in database without source code? I saw a lot on config this module but I dont have the source code of the module
I am going to implement SSO and window authentication. Are there have standard way on abp commercial module? liike identidy server stc. Are any suggestion on implement SSO and window authentication on ABP web?