I did some testing with router_ldapauth and I see that this is true, so
I'll try to add session cookies support for auth routers.

I've created https://github.com/unbit/uwsgi/issues/259


2013/5/1 Łukasz Mierzwa <[email protected]>

> 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
>



-- 
Łukasz Mierzwa
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to