Christian Banse

Results 327 comments of Christian Banse

> > Are there any updates on when this might be available? > > Please note the upstream project, [`github.com/golang-jwt/jwt`](https://github.com/golang-jwt/jwt) is currently still in `/v4`. There are release candidates for...

@usolved I have started implementing this in svelte using the branch which uses the REST API in #2085. Any interest in collaborating on this effort?

> @oxisto Cool :) > In which ways were you thoughts to collaborate on this? That depends of course on your motivation, time, interest and "technical skills" :) In order...

To give you an idea about the current state. This is a screenshot of the current state of the UI with "real" data coming out of Portfolio Performance using the...

Unfortunately, we can not accept new claims to the `Claims` interface, because this is not backwards compatible. I would suggest using a custom claim that embeds one of the standard...

Closing this, as unfortunately we cannot add this into the standard claims interface. As mentioned above however it is fairly easy to just create a custom OpenID claim based on...

The examples are a little bit of a mess since we have different ones in different files; I agree that we definitely want to have ones with priv/public key -...

> > The examples are a little bit of a mess since we have different ones in different files; I agree that we definitely want to have ones with priv/public...

This looks like a good idea, unfortunately this is API breaking, so this is something we need to keep reserved for a future `v6`, so this might be "stuck" for...

> I've gone back-forth on this PR. On one hand, it's a nice quality of life improvement for the most common use cases. > > On the other hand, the...