TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

Add support for elliptic curve algorithms #117

Closed swaeberle closed 3 months ago

swaeberle commented 7 months ago

I think its safe to add also ES256, ES384 and ES512 to the list of supported algorithms. The support is available in libjwt since at least 2018.