jthann opened a new issue, #7472: URL: https://github.com/apache/apisix/issues/7472
### Description Currently APISIX [jwt-auth](https://github.com/apache/apisix/blob/master/apisix/plugins/jwt-auth.lua) plugin only support digital signature based on HS(HMAC) and RS(RSA). But in our system we mostly use ES256 based on ECDSA and which has very shorter key length than RSA at the same security level and well supported in Golang and Java(through 3rd lib). But if using APISIX Golang plugin, which has performance effect and have some [bugs](https://github.com/apache/apisix-go-plugin-runner/issues/74). So I think APISIX should support ES256 in APISIX lua plugin. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
