Software /
code /
prosody-modules
Log
mod_auth_http_async/mod_auth_http_async.lua @ 2657:6f5c99c9f6cc
description | author | age |
---|---|---|
mod_auth_http_async: Use "net.http" for async case. | JC Brand | 2017-03-21 |
mod_auth_http_async: For sync calls, use LuaSockets' HTTP lib | JC Brand | 2017-03-21 |
mod_auth_http_async: Log URL when testing password | JC Brand | 2017-01-12 |
mod_auth_http_async: Fall back to non-async calling of http_auth_url | JC Brand | 2016-04-15 |
mod_auth_http_async: Correctly pass password to provider.test_password (thanks mother) | Kim Alvefur | 2015-10-28 |
mod_auth_http_async: Fix syntax error | Kim Alvefur | 2015-10-28 |
mod_auth_http_async: Remove unused variable | Kim Alvefur | 2015-10-24 |
mod_auth_http_async: Actually do the HTTP request | Kim Alvefur | 2015-10-24 |
mod_auth_http_async: Don't set global | Kim Alvefur | 2015-10-24 |
mod_auth_http_async: Wrap up async http request in a function | Kim Alvefur | 2015-10-23 |
mod_auth_http_async: Don't go throug usermanager to call a function from the same module | Kim Alvefur | 2015-05-18 |
mod_auth_http_async: Async HTTP auth module | Kim Alvefur | 2014-05-29 |