Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Einfachen Decorator für Admin-Zugang implementieren #7

Open
mrtopf opened this issue May 3, 2013 · 0 comments
Open

Einfachen Decorator für Admin-Zugang implementieren #7

mrtopf opened this issue May 3, 2013 · 0 comments

Comments

@mrtopf
Copy link
Member

mrtopf commented May 3, 2013

So soll das aussehen:

@basicauth("cs", "cr")
def get(self):
     ....

D.h. er nimmt eine Liste von erlaubten Benutzernamen an.

Es soll dann ein basic auth-Dialog erscheinen, wo man dann Username und PW eintippt.

Das Password-File sollte im ini-File angegeben werden, nach Möglichkeit sollte das normale .htpasswd-Format genutzt werden können (https://pypi.python.org/pypi/htpasswd).

Das sollte dann im app-finalizer geladen und vom Decorator genutzt werden.

Noch besser wäre ein Modul, aber dazu muss erst die Modul-Konfiguration in starflyer etwas verbessert werden.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant