oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

Question: How to Use ES256 in jwt.go?

Open nannany opened this issue 1 year ago • 0 comments

I am trying to access a token endpoint using jwt.go with client authentication by a private_key_jwt. I would like to use ES256 as the private key algorithm, but it appears that only RSA private keys are supported.

Is there a workaround to use ES256?

nannany avatar Jul 03 '24 11:07 nannany