Re: [Pylets-devel] Re: around and call-next-method
Status: Alpha
Brought to you by:
frobenius
|
From: Ben <be...@me...> - 2004-03-23 17:57:49
|
ah sorry, i misunderstood your request. if you wanted to work on a more complete login system, that would be great. i can probably hack something up myself when i get back if it's important to you too. of course i'd be more than happy to give help if you wanted to tackle it yourself. the securetest example doesn't really use any persistence for the users because i thought it was hard to predict what people would want to use. but maybe when i'll get back i'll write a tutorial which is the creation of such a login system. it would be a good example of using pylets and ormit together. one thing i don't have in the system yet is any sort of reaper. things like challenge-response and sessions probably would work better if there was a reaper to cull expired data. shouldn't be too hard to write. thanks for your interest. let me know what you plan on doing so i don't overlap with you. take care, B On Mon, 22 Mar 2004, Doug Holton wrote: > > > But when it comes to python web frameworks, what I have been looking for > > > is a good secure user login example (with sessions, a persistent > > > backend, don't have to worry about cross-site scripting, etc.). There > > > are dozens of examples in PHP, but I can't find a good example in Python > > > (except for Zope). > > > > in the example pylets i gave with the distribution (it's on the CVS > > stuff) there's an example of a login-page secure site with sessions, > > etc. to make it ssl-encrypted just use apache ssl stuff. i believe > > it is called "securetest". > > Right, I guess I was meaning an example of a complete email-based login > system. Every python web framework has a basic login example like > yours, but I haven't seen an application with a login system like many > PHP apps - email notification of forgotten passwords, challenge-response > login authentication, flexible authentication methods (mysql, LDAP, > etc.), access control lists... There are dozens of open source PHP apps > that use login systems like these. Of course they each do it from > scratch differently every time though. > So maybe this is something I could try to create sometime using modpython. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Pylets-devel mailing list > Pyl...@li... > https://lists.sourceforge.net/lists/listinfo/pylets-devel > |