LiteWait
LiteWait
django==2.2.13 channels==3.0.3 channels-redis==3.2.0 daphne==3.0.2 NGINX for HTTP and DAPHNE to WSS, Python 3.6.4 AWS Linux We are seeing sporadically in the middle of the day (our tenants busiest times) exceptions...
I've got a single page app and don't really use sessions/CSRF/etc. (in favor of JWT token auth). Can I still implement this package?
It appears oauthlib does not support private_key_jwt assertions in client_credentials flow. Important for good security with server to server communications. Please add feature request.
Our mutli-tenant single page application can have 1000's of tenants. We can not know which of these tenants want to use SAML 2 for authentication, nor can we know what...
Plan on using client_credentials grant type, but I don't see where private_key_jwt supported. Pretty critical to maintain good security with server to server implementations. Please advise. Thanks.
I have uwsgi 2.0.17 running behind nginx serving a Django app. If I set max-worker-lifetime I am getting sporadic 502 errors. Is there something else I need to set to...
Using a package https://github.com/andreif/uwsgi-tools/blob/master/uwsgi_tools/curl.py which works great for Unix sockets and GET requests. Problem is POST requests seem to arrive without a body. uwsgi protocol docs don't describe this very...
We run a multi-tenant solution using diango_tenants supporting 1000's of tenants on a cluster of web servers. It seems obvious there is no support for multi-tenant solutions in DWR. My...
We've never seen this error before in our compiled version on AWS Linux 2. We are migrating to AL2023 and our compiled version stops connecting to server, with a log...
Simple application that opens a forwarder to a remote system, makes a PostgreSQL query and then stops the forwarder. If I add a sleep after the forwarder.stop() I see a...