Looking at the basicauth_router code it seems that authorization will happen on every request, does it? At least for multiple nodes and HTTP or FastRouter it will be an issue. If so maybe we could generate cookie and append it to initial response (401). If we allow user to set secret key used for cookie generation and store cookies in uWSGI cache with cache syncing, than we would be able to have cluster wide single authentication.
Am I missing something? Once -- Łukasz Mierzwa
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
