Beispiel #1
0
    def check(self, environ, params):
        try:
            authent = auth.Auth()
            authent.check(auth.DIGEST_AUTH)
            output.authenticated()
        except app.Error:
            pass

        return app.Controller().getResponse(True)