aboutsummaryrefslogtreecommitdiff
path: root/devel/py-repoze.what
Commit message (Collapse)AuthorAgeFilesLines
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Update to 1.0.9Wen Heping2010-04-072-5/+5
| | | | | | | - Update my email to FreeBSD Notes: svn path=/head/; revision=252379
* repoze.what is an authorization framework for WSGI applications,Martin Wilke2009-08-074-0/+85
based on repoze.who (which deals with authentication and identification). On the one hand, it enables an authorization system based on the groups to which the `authenticated or anonymous` user belongs and the permissions granted to such groups by loading these groups and permissions into the request on the way in to the downstream WSGI application. And on the other hand, it enables you to manage your groups and permissions from the application itself or another program, under a backend-independent API. For example, it would be easy for you to switch from one back-end to another, and even use this framework to migrate the data. WWW: http://what.repoze.org/docs/1.x/ PR: ports/137459 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=239113