oauth2
oauth2 copied to clipboard
Question: How to Use ES256 in jwt.go?
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?