From 0df65340e2b9cad7ab01a3c92bcb5dc34b1f70b6 Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Sun, 16 Aug 2015 09:29:37 +0000 Subject: [PATCH] Updated readme --- readme.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index 23a1df3..97fa16a 100644 --- a/readme.rst +++ b/readme.rst @@ -2,6 +2,17 @@ Nginx Digest Authentication module ================================== +Changes from other forks +======================== +Bug fixes +`1 `_, +`2 `_, +`3 `_ + +`Added log message for invalid login attempts `_ + +Description +=========== The ``ngx_http_auth_digest`` module supplements Nginx_'s built-in Basic Authentication `module`_ by providing support for `RFC`_ 2617 `Digest Authentication`_. The module is currently functional but has only been tested and reviewed by its author. And given that this is security code, one set of eyes is almost certainly insufficient to guarantee that it's 100% correct. Until a few bug reports come in and some of the ‘unknown unknowns’ in the code are flushed out, consider this module an ‘alpha’ and treat it with the appropriate amount of skepticism. A listing of known issues with the module can be found in the ``bugs.txt`` file as well as in the `Issue Tracker`_. Please do consider contributing a patch if you have the time and inclination. Any help fixing the bugs or changing the implementation to a more idiomatically nginx-y one would be greatly appreciated. @@ -161,4 +172,4 @@ auth_digest_shm_size .. _RFC: http://www.ietf.org/rfc/rfc2617.txt .. _Digest Authentication: http://en.wikipedia.org/wiki/Digest_access_authentication .. _Issue Tracker: https://github.com/samizdatco/nginx-http-auth-digest/issues -.. _MitM: http://en.wikipedia.org/wiki/Man-in-the-middle_attack \ No newline at end of file +.. _MitM: http://en.wikipedia.org/wiki/Man-in-the-middle_attack