max-lt / nginx-jwt-module

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

Do I must use the Dynamic module, or this support static nginx module too? #19

Closed trongchata closed 2 years ago

trongchata commented 3 years ago

I compile the module as static, and update the *.conf location = /security { auth_jwt_key *** file; auth_jwt on; }

But it doesn't work.

max-lt commented 3 years ago

Do you have a particular error in the logs ? I've only tested it as a dynamic module.