TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
310 stars 119 forks source link

Blacklist #26

Closed fitzyjoe closed 6 years ago

fitzyjoe commented 6 years ago

I need to be able to blacklist user accounts. This is almost never used, but it is a security requirement for some projects. This could be as simple as a delimited file of "sub" claims that should be denied.

fitzyjoe commented 6 years ago

This is probably best handled in another module.