[Web-SIG] Django-hotsauce 0.7.8 release

2017-08-11 Thread Etienne Robillard
Hi everyone, I'm very happy to announce the release of Django-hotsauce 0.7.8, a scalable and non-monolithic web microframework on top of Django and others! What's new: - This release fixes a major issue when WSGIMiddleware is being mounted on top of WSGIController. - Implemented

Re: [Web-SIG] How to make REMOTE_USER variable private across WSGI middlewares?

2017-08-11 Thread Etienne Robillard
I fixed this bug! :) My application logic was causing a redirect loop in the oauth2 authentication mecanism. Have a nice day, E Le 2017-08-10 à 06:25, Etienne Robillard a écrit : Hi, A little update on this issue. I switched to werkzeug/gevent for storing the http request in a