max-lt / nginx-jwt-module

NGINX module to check for a valid JWT.
MIT License
90 stars 38 forks source link

Add explicit auth_jwt_alg #4

Closed r-chris closed 6 years ago

r-chris commented 6 years ago

Should there maybe be an explicit (optional) auth_jwt_alg config setting to specify the expected algorithm for the JWT?

max-lt commented 6 years ago

I am not against this idea, but I do not see the point.

max-lt commented 6 years ago

Ok I see now.

max-lt commented 6 years ago

Done.