log mod_auth_http_async/mod_auth_http_async.lua @ 3961:6fd9c9708422

age author description
2017-10-31 Kim Alvefur mod_auth_http_async: Allow LuaSocket to pollute the global scope (fixes #1033)
2017-08-23 Matt Loupe mod_auth_http_async: Updated sync_http_auth function to accept username and password and send those as a basic authentication header
2017-03-21 JC Brand mod_auth_http_async: Use "net.http" for async case.
2017-03-21 JC Brand mod_auth_http_async: For sync calls, use LuaSockets' HTTP lib
2017-01-12 JC Brand mod_auth_http_async: Log URL when testing password
2016-04-15 JC Brand mod_auth_http_async: Fall back to non-async calling of http_auth_url
2015-10-28 Kim Alvefur mod_auth_http_async: Correctly pass password to provider.test_password (thanks mother)
2015-10-28 Kim Alvefur mod_auth_http_async: Fix syntax error
2015-10-24 Kim Alvefur mod_auth_http_async: Remove unused variable
2015-10-24 Kim Alvefur mod_auth_http_async: Actually do the HTTP request
2015-10-24 Kim Alvefur mod_auth_http_async: Don't set global
2015-10-23 Kim Alvefur mod_auth_http_async: Wrap up async http request in a function
2015-05-18 Kim Alvefur mod_auth_http_async: Don't go throug usermanager to call a function from the same module
2014-05-29 Kim Alvefur mod_auth_http_async: Async HTTP auth module