Achim Domma
Achim Domma
> The `AC` (additional claims) type parameter for the [`Client`](https://docs.rs/openidconnect/1.0.1/openidconnect/struct.Client.html) struct specifies the type of the additional claims. To receive custom claims, I recommend defining your own type alias similar...
> Adding additional claims shouldn't require defining your own `TokenResponse` struct. Just use `StandardTokenResponse`. The idea is to copy whichever typedefs from the `core` module need to be customized, and...
Same for me. Obviously the mistune library has been updated and has breaking changes. It worked for me after removing mistune and manually installing `mistune
Hi @paul-hansen , thanks for your help! I tried your example and was able to reproduce it locally, so it is working fine for me. The difference seems to be...
That makes sense, but then I'm quite sure that I want to use `Text2d`. My goal is to draw a kind of diagram, which would be my "scene". So I'm...
Got it working based on your example. Thanks for your help!