MCPcopy Create free account
hub / github.com/gawel/pyquery / secure_application

Function secure_application

tests/apps.py:30–33  ·  view source on GitHub ↗
(environ, start_response)

Source from the content-addressed store, hash-verified

28
29
30def secure_application(environ, start_response):
31 if 'REMOTE_USER' not in environ:
32 return exc.HTTPUnauthorized('vomis')(environ, start_response)
33 return application(environ, start_response)

Callers

nothing calls this directly

Calls 1

applicationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…