"Graham Leggett" <[EMAIL PROTECTED]> writes: > Joe Schaefer said: > >>> Something like an auth module that can do "form based" auth, in >>> addition to "basic" and "digest" etc would probably be very useful. >> >> apreq does that. > > What is apreq?
Its an httpd subproject. Basically its a server-side form-parsing library with a 2.x apache module designed around the input filter API. Writing a "form based" auth handler with apreq should be pretty easy. -- Joe Schaefer
