Re: Client certificate based authentication

2007-04-09 Thread Jonathan Vanasco
On Apr 9, 2007, at 11:55 AM, Geoffrey Young wrote: while pnotes is a gem, keep in mind that there are official channels for communication of user data when rolling your own authentication mechanism - authentication handlers are expected to set $r->user() and $r->connection->auth_type(). ack

Re: Client certificate based authentication

2007-04-09 Thread Geoffrey Young
Jonathan Vanasco wrote: > > On Apr 8, 2007, at 6:29 AM, Erik Norgaard wrote: > >> First, this might me a stupid question, but I haven't found (or >> understood) how this works. When you have multiple handlers each >> being called in different stages of the request handling, how do you >> pass

Re: Client certificate based authentication

2007-04-08 Thread Jonathan Vanasco
On Apr 8, 2007, at 6:29 AM, Erik Norgaard wrote: First, this might me a stupid question, but I haven't found (or understood) how this works. When you have multiple handlers each being called in different stages of the request handling, how do you pass information from one handler to the ne