Paketname | python-repoze.what |
Beschreibung | authorization framework for Python WSGI applications |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.0.9-1 |
Sektion | python |
Priorität | optional |
Installierte Größe | 752 Byte |
Hängt ab von | python, python-support (>= 0.90.0), python-repoze.who (>= 1.0), python-repoze.who (<= 1.99), python- |
Empfohlene Pakete | python-pkg-resources |
Paketbetreuer | Debian Python Modules Team |
Quelle | |
Paketgröße | 114298 Byte |
Prüfsumme MD5 | bed73ff334f2cd7cdb1197a7f88e4893 |
Prüfsumme SHA1 | ee6501b481d23fce8f6ad36c73a23090026310be |
Prüfsumme SHA256 | dc88f47c593def595f6a0d8af32afe199cd20f988fab78845d794496244e1621 |
Link zum Herunterladen | python-repoze.what_1.0.9-1_all.deb |
Ausführliche Beschreibung | 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 the programmer to manage groups
and permissions from the application itself or another program, under
a backend-independent API. For example, it would be easy to switch
from one back-end to another, and even use this framework to migrate
the data.
.
This is just the authorization pattern it supports out-of-the-box,
but it supports other authorization patterns with custom
predicates. It's highly extensible, so it's very unlikely that it
will get in the way and can be extended to check for many conditions
(e.g.: checking that the user comes from a given country, based on
her IP address).
|