wwwAuth()
/users/auth
This request handler implements the /users/auth
request handler. It expects the following parameters:
session (cookie) : md5hash key for current session
username : WWL or external username
pw : WWL or external password
It responds in plain text (text/plain) with either
a session key (valid login or session key) or
an empty string if credentials are invalid or expired
If the module is configured to use Google's user
management system, it will redirect calls to
/users/auth to a Google login screen. Note that we
generally do not recommend using Google's user management
system if you will be running WWL as an embedded
service.
Test Form