On Jun 21, 7:40 am, Eugueny Kontsevoy <[email protected]> wrote: > The reason I picked Pylons is precisely because it's not polluted with > all-size-fits-all solutions for trivial problems. Coding an authentication > from scratch takes less than an hour: with "remember me" feature, > bcrypt-based hashing, password recovery, etc. And you have to do it just > once during your "Pylons career" and carry over from one app to another.
Would you be interested in posting your one-hour-auth solution? I'm about to go down this road (roll my own vs repoze vs ?), and seeing a simple roll-your-own example would be helpful, even though I know I can figure it out myself. Also, is this solution authentication only, or is there an authorization piece, too? -- 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.
