Version 0.5.3 contains major changes to web.auth and web.wsgi:
Driver object.
2005-04-15
- Documented wsgi error documents
- Examples all included and documented
- Debugging options documented
2005-04-10
- auth module changed again to current API
- Forms - add(field=) Object add(column=) as well as the traditional API
- Added WSGI example and vastly improved documentation
2005-04-05
- User functionality removed from AuthManager to User class
2005-04-03
- AuthManager getUser() ['roles'], AuthManager(roles={}), AuthManager.getRoles(username), addRole(), removeRole()
- Should move driver into manager