freebsd-ports/devel/py-repoze.what/pkg-descr
Gerald Pfeifer 0d931e95f7 - Staging.
- Tweak WWW line in pkg-descr.

PR:		188556
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr (blanket pre-approval)
2014-05-12 01:25:17 +00:00

17 lines
741 B
Text

repoze.what is an authorization framework for WSGI applications,
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/