James Liang

Results 5 comments of James Liang

The issue is caused by the change of the callback signature from async_track_state_change to async_track_state_change_event, it's a easy fix. I submitted a PR and it's waiting for approval for merging,...

Don't know if it's still relevant as the question was posted 3 months ago and the OP probably found out the solution, but I'll add my 2 cents. @leonkosak If...

@leonkosak To use AuthorizeAttribute, the access token you issue to the device will need to include some claims like roles or custom permission claims. Please refer to the [sample code](https://github.com/openiddict/openiddict-samples/blob/209f331515bf703183ef18589851a2291b8e5d13/samples/Aridka/Aridka.Server/Controllers/AuthorizationController.cs#L56),...

Actually ABP applications including MVC app use the authorization code flow, not the resource owner grant flow. When the DbMigrator runs, it uses OpenIddictDataSeedContributor in the Domain project to create...

I believe what you observed for the inconsistent connection parameters is the result of blueZ storing the previous negotiated connection parameters with the remote end. Please refer to #717 in...