openiddict-ui
openiddict-ui copied to clipboard
A headless UI for the OpenIddict-Core stack.
Not sure if it is meant to be used like this, but after updating an existing application the `ClientSecret` is changed. ```C# var app = await _apps.GetAsync(appId); var param =...
When using the `IApplicationService.GetApplicationsAsync` method, the result list contains `ApplicationInfo` instances with 0 `Permissions` and `RedirectUris`.
Add Attribute "ApiController" in order to generate Swagger documentation ```[CSharp] [ApiController] ```
Hello @thomasduft I have quickly added the integration tests for both public and private resource API (api/Resource/public and api/Resource/private) to validate the case when the API and the Server are...
Can you provide a vue template? There are a large number of Vue users in China