zuavra / nginx-ip-whitelister

Backend for ngx_http_auth_request_module that whitelists remote IP address if a key is presented in URL.
MIT License
42 stars 3 forks source link

Blacklist a key while an IP is using it #15

Closed zuavra closed 1 year ago

zuavra commented 1 year ago

Add the ability to ignore a key while there's an IP whitelisted that got access through that key.

Might help curb key sharing if they can't be used from multiple IPs at the same time.

zuavra commented 1 year ago

Implemented in 20a9a0c.