Thanks for this, Steve. I had to make some changes, so I forked your project on github. See http://github.com/jab/webpy-mongodb-sessions/commit/7aac0c05f46f0831931977c01bd44ef119c74837 for the changes I made. (Sent a pull request too.)
I'd like to package this up and release it to PyPI to make it easier to pull it as a dependency. Just thought I'd run it past you first in case you wanted to do it yourself? Best, Josh ---------- Original message ---------- From: Steve Anderson <[email protected]> Date: Aug 21 2009, 10:41 am Subject: Sessions and User mangement with MongoDB To: web.py If anyone is interested in playing around withMongoDBand web.py, I wrote a Store class to useMongoDBas the backend for web.py sessions. There's also some functions to handle user registration, login, logout etc. It lives here:http://github.com/whilefalse/webpy-mongodb-sessions/tree/ master I still need to write some real tests for it. Thanks, Steve -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
