I use authkit for all my projects using the forward method, works just fine. to get authz working i derive my permission objects from authkit Permission class. (also found that i needed combination of authkit's cookie-based auth with sessions to get a more robust auth sys).
On Apr 18, 9:20 pm, Max Ischenko <[EMAIL PROTECTED]> wrote: > Shannon -jj Behrens: > > > Unfortunately, I found authkit not well suited to my needs, so I > > reluctantly wrote my own. You can read the code for authkit and make > > your own decision. > > Just out of curiousity, what're your needs? > > I get the impression the AuthKit is quite sophisticated to match > different reqs? Is it simply too complicated? I plan to use it in my > project so it's interesting to hear both negative and positive > comments about it. > > Max. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
