OAuth and Web2Py Part 1

Monday, June 21st, 2010

Many Website integrations done today involves Authorization and Authentication via an open protocol known as

Controller wide auth in web2py

Thursday, June 10th, 2010

Lately I've been spending a lot of time working on a home project that uses web2py. It's a really powerful MVC based framework written in Python. Part of what I love about it is the speed that you can prototype code and see it on a website. ...