RE: [cgiapp] Anyone used mod_auth_pg?

2002-05-01 Thread Jesse Erlbaum
Hey Mark -- Jesse has written on a number occassions about the merits of handling authentication for web applications at a level seperate from the application logic. While this system appealed to me, I could see how it do it without using mod_perl. Today I ran across another possible

RE: [cgiapp] mod_auth* modules require pop-up boxes?

2002-05-01 Thread Mark Stosberg
On Wed, 1 May 2002, Jesse Erlbaum wrote: Out of curiosity: How many people here would be interested if I were to release some version of my Auth* modules to CPAN? I'm not very familiar with most of the 50 or so Auth* modules already there -- is this something which would be of value to

RE: [cgiapp] mod_auth* modules require pop-up boxes?

2002-05-01 Thread Jesse Erlbaum
Hi Eric -- Does your Auth module authenticate to the runtime level (action) for each user? Often the client wants the capability to restrict users of a group to a smaller set of group actions. In turn, I've moved authorization into the application using a joined user

RE: [cgiapp] mod_auth* modules require pop-up boxes?

2002-05-01 Thread Mike G
On Wed, 1 May 2002, Jesse Erlbaum wrote: Out of curiosity: How many people here would be interested if I were to release some version of my Auth* modules to CPAN? I'm not very familiar with most of the 50 or so Auth* modules already there -- is this something which would be of value to