Cedric Staub

Results 119 comments of Cedric Staub

I'd be happy to expose `kty` also, just wanted to note an alternate solution you could use in the interim. I don't have a lot of time on my hands...

Looking into this, we set the `kty` from the type fo the key when marshalling into JSON. If we expose the key type directly, it would be possible to set...

Do you have an example token/code I could take a look at? `alg` is mandatory in a JWT, but not in a JWK. The absence of `alg` in the JWK...

Yeah, you can email them to css (at) css.bio. An excerpt of the code you're using to verify etc. would also help me understand what you're trying to do.

I can review this, but I don't have permissions on this repository anymore @shnmorimoto so it's not possible for me to do a release with this.

If you raise this on the v3 repo I can merge it there and release it as a minor version

Is this still an issue with v3: https://github.com/go-jose/go-jose ?

The square/go-jose repo is the v2 version, v3 development moved over to go-jose/go-jose

There's a stable release for v3 now so I'd recommend to switch and submit new changes there. I don't have access to this repo anymore since I left Square. I'll...

Hi @kdimak, thanks for the pull request! I have some concerns about depending on btcd for this, because it's quite a large dependency to force on downstream users. Would prefer...