> Have you looked at AuthKit? http://www.authkit.org > > -- > Philip Jenvey > Actually yes, I used it to authenticate from string specified in authkit.users.setup. But besides Authkit I had to work out (understand) a mechanism to save some info about who is signed-in (if ever) for I could use that to hide login form and show "you are logged in as ...", checking it in BaseController. There are examples on the net, but it takes a lot of time to put that all in proper place and get it working (maybe it's because I'm new to web programming but still).
I'm saying about that stuff integrated in Pylons. PublicAccess property of BaseController/controller actions, some methods that simply return 'anonymouse' for Identity.username, False for Identity.signed_in. Where a newbie goes and put there a code to check password with Authkit or from database using Elixir/SQLAlchemy/SQLObject or other spesialized module. -- Best regards, Antipin Aleksei --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
