maliming
maliming
hi What is your CLI version? `dotnet tool list -g` ```cs [15:40:19 INF] Downloading source code of Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme [15:40:19 INF] Version: 9.1.1 [15:40:19 INF] Output folder: packages/Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme [15:40:21 INF] Downloading...
hi * Reproduction Steps
- Exception message and stack trace if available (check the logs). - Please share the steps and code to reproduce the problem.
hi @skoc10 Should we update the https://github.com/abpframework/abp/blob/dev/latest-versions.json ?
hi > My system database was migrated from SQL SERVER You can delete all existing migration files and recreate new pgsql migrations.
hi You found the wrong solution. Please test your code in plain ef core project.
hi @leonkosak OpenIddict supports the code flow. And it meets the standard of oauth2. So you can find a third-party class library in your browserless client.
hi There is no user concept if you using `client_credentials`. It is a server(client)-to-server(client) communication.
It is impossible by default. This is the specification of the oauth2 protocol.
hi @leonkosak I suggest you follow the rules of the oauth2. This actually has nothing to do with abp or openiddict.