tuupola / slim-basic-auth

PSR-7 and PSR-15 HTTP Basic Authentication Middleware
MIT License
440 stars 66 forks source link

Add given params to processError arguments #121

Closed urlund closed 1 year ago

urlund commented 1 year ago

Added entered params to processError arguments.

Reason: To enable easy logging of wrong logins. Also makes it so much easier to enforce rate limit ect. in case of brute force attempts.

tuupola commented 1 year ago

LGTM. Will do a release soonish. Thanks!