I'm curious to the inner workings of the authentication modules for 1.3 and 2.0.
I was wondering if they use each other or can use each other? Can they share code? For example the mod_auth_digest module and the mod_auth_mysql or mod_auth_dbm, can the latter modules make use of the digest code? I'd like to use digest authentication against a mysql database. Will the require me to merge the code of the digest and mysql module into a completely new module? Or can I make the mysql module use the functions of the digest module. Thanks, Rob Emanuele