Thanks guys, I used the abort(401) w/o the response.status last night and it worked great! Just like magic ;)
I'm psyched to use AuthKit... very interested in moving to OpenID at some point on some projects so wanted to have a standard auth library to simplify the switch when the time comes. Thanks again, - k On Jan 11, 2008, at 10:05 AM, Mike Orr wrote: > > On Jan 11, 2008 3:16 AM, keemor <[EMAIL PROTECTED]> wrote: >> response.status = "401 Not >> authenticated" >> abort(401) > > Well, these both do the same thing in different ways so it's not > necessary to do both. > > -- > Mike Orr <[EMAIL PROTECTED]> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
