I originally wrote the Akhet auth demo at a time when there weren't any examples showing how to integrate Pyramid's auth features with SQLAlchemy. It might still be useful in that sense, for people who need a quick start guide to get from the standalone examples (usually global lists or dictionaries of users/groups) to a working example with SQLAlchemy.
Aside from that, I think Michael's demo (which I read and found quite helpful!) takes precedence as a learning tool. I could have sworn I had also found a demo of Michael's that used bcrypt for password hashing, and if the Akhet demo is going to include users/groups it should probably be updated to use bcrypt. I've started using it in my newest projects, but I can't seem to find the example at the moment. Thanks, Eric On Mon, Feb 13, 2012 at 12:30 PM, Michael Merickel <[email protected]>wrote: > On Mon, Feb 13, 2012 at 2:06 PM, Mike Orr <[email protected]> wrote: > >> On Mon, Feb 13, 2012 at 11:49 AM, Michael Merickel <[email protected]> >> wrote: >> > Out of curiosity have you read >> > http://michael.merickel.org/projects/pyramid_auth_demo/ and did it >> help at >> > all? It was originally written as an auth tutorial/demo separately, but >> I >> > did have goals of incorporating its ideas into the docs somehow, but >> > unfortunately I haven't gotten much feedback on whether it's actually >> useful >> > for people or not. >> >> Where is this article publicized? I didn't know it or your website >> existed. > > > It's not publicized other than some linking in IRC, the cookbook, and as > part of my PloneConf talk. > > -- > 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. > -- 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.
