On Oct 15, 6:15 pm, Lynge <[email protected]> wrote: > So, an auth system that has a DB-table with the columns "username" - > "password" - "org_id" > And it will always start an authentication by looking at the org_id > and then determining if the users exist within that company.
I would recommend looking at repoze.what. There are a number of articles on integrating it with Pylons and also some template packages, including Blastoff and my own PylonsTemplates, that create a prebuilt setup for you to learn from or modify. repoze.what does some of the lifting for you in terms of sessions and decorators/functions to check permissions, but you create your own model, so you could implement your org_id, or multi-factor auth, etc., rather than just taking whatever username/password schema you're given. Jason --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
