Christian Banse

Results 302 comments of Christian Banse
trafficstars

I had a quick look yesterday and I am not sure if we can port this over in a backwards compatible manner, since the interface of `Claims` needs to be...

Please see https://github.com/golang-jwt/jwt/discussions/211 for an ongoing discussion how to proceed.

It looks like there is no alternative in the Go standard library, so we are somewhat stuck here. Not sure how many people actually use `ParseRSAPrivateKeyFromPEMWithPassword`, it is in the...

Ok this is a weird one. It is probably 50 % a bug and 50 % a slight mis-use of the API. One of the issues is that your `tokenClaims`...

I think this was largely superseded by the idea of JSON web keys. Which might be interested to support as part of the request package.

> Can you try the nightly build to see if it is present in the latest code as well? Unfortunately it is a bit hard to test since I get...

> @oxisto Have you managed to reproduce this with more recent code? Sorry I didn’t have time to test / play recently unfortunately but I’ll try :)

We could either use the official Kotlin parser or potentially look at https://github.com/kotlinx/ast

I think it was / is there purely for documentation reasons, so in this case we should probably adopt it more often.

Isn't this a duplicate of https://github.com/Fraunhofer-AISEC/cpg/issues/688 ?