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
47 stars 3 forks source link

Validate visitors using TOTP codes #9

Closed zuavra closed 1 year ago

zuavra commented 1 year ago

Use a header such as X-NIPW-TOTP to supply a TOTP secret that can be used to match visitor-supplied TOTP codes.

zuavra commented 1 year ago

Implemented with ad367a2.