Mercurial > prosody-modules
log mod_auth_http_async/mod_auth_http_async.lua @ 2787:750572f6f59d
age | author | description |
---|---|---|
Wed, 23 Aug 2017 14:31:55 -0500 | Matt Loupe | mod_auth_http_async: Updated sync_http_auth function to accept username and password and send those as a basic authentication header |
Tue, 21 Mar 2017 09:31:13 +0000 | JC Brand | mod_auth_http_async: Use "net.http" for async case. |
Tue, 21 Mar 2017 09:14:03 +0000 | JC Brand | mod_auth_http_async: For sync calls, use LuaSockets' HTTP lib |
Thu, 12 Jan 2017 10:13:58 +0000 | JC Brand | mod_auth_http_async: Log URL when testing password |
Fri, 15 Apr 2016 13:45:01 +0000 | JC Brand | mod_auth_http_async: Fall back to non-async calling of http_auth_url |
Wed, 28 Oct 2015 15:08:19 +0100 | Kim Alvefur | mod_auth_http_async: Correctly pass password to provider.test_password (thanks mother) |
Wed, 28 Oct 2015 15:03:49 +0100 | Kim Alvefur | mod_auth_http_async: Fix syntax error |