Hi,
I'm pleased to announce the availability of a new public discussion
group for Django-hotsauce:
https://groups.google.com/forum/#!forum/django-hotsauce
Talented CPython and PyPy developers are invited to join and meet the
django-hotsauce community.
Best regards,
Etienne
--
Et
uce/django-hotsauce-0.7.8.tar.gz
I recommend everyone to update to 0.7.8. It is by far the most stable
release of Django-hotsauce! :)
Cheers,
Etienne
--
Etienne Robillard
tkad...@yandex.com
http://www.isotopesoftware.ca/
___
Web-SIG mailing li
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 thread
if the user has been authenticated ?
Thank you in advance,
Etienne
Le 2016-10-12 à 05:42, Etienne Robillard a écrit :
I believe the OAuth2 middleware and client is functioning correctly
and is setting the REMOTE_USER value as expected. But I guess the
problem is because I recreate a new WebOb r
know if
it's logical to recreate a WSGI request every time. Perhaps the solution
would be to use a global request object...
Regards,
Etienne
--
Etienne Robillard
tkad...@yandex.com
http://www.isotopesoftware.ca/
___
Web-SIG mailing list
We
l.
I have no idea how to make the WSGI environ object a thread-local in
case the remote user has been logged in.
Any input would be greatly appreciated.
Regards,
Etienne
Le 2016-10-10 à 10:30, Etienne Robillard a écrit :
Hi,
I'm attempting to develop a OAuth 2.0 authentication middle
persisting on a per-request basis ?
What others options can you advise to make private request data not
accessible in WSGI ?
Thanks in advance,
Etienne
--
Etienne Robillard
tkad...@yandex.com
http://www.isotopesoftware.ca/
___
Web-SIG mailing li
Hello,
I'm trying to make cookie auth working with authkit but cannot
find a healthy solution. So far here's the code which i'm trying
to use for getting a users object into the environ:
#!/usr/bin/env python
from notmm.controllers.wsgi import WSGIController
from notmm.controllers.auth import Lo
ameworks. I've removed this unnecessary sentence
> from the PyPI page and from the packages long description in subversion.
>
> Jim
>
> --
> Jim Fulton
> Zope Corporation
>
>
>
--
Etienne Robillard
Green Tea Hackers Club <http://gthc.org/>
Blog: <
plications-protocol/
http://gthc.org/WebApplicationDevelopment/EmergingLikeWebApplications
Kind regards,
Etienne
Ian Bicking wrote:
> FYI, your post went through to web-sig but without the links...?
>
> On Wed, Oct 21, 2009 at 7:09 AM, Etienne Robillard
> wrote:
> Hi,
>
> Her
ast, I don't seem to get how PHP makes
this more easily than with Python. Perhaps putting some lights here
would be helpful.
Please let web frameworks be web frameworks and peps be peps! That is,
allow some flexibility for web frameworks designs by writting clear
and concise peps, but also forget about
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Armin Ronacher wrote:
> Hi,
>
> Graham Dumpleton schrieb:
>> Regardless of the details of changes being made to the PEP and the
>> creation of any new ones, do we need to first agree on the overall
>> direction we are going to take. Ie., the grand pla
ders such as Referrer?
> What about custom user values set using something like SetEnv
> directive in Apache?
>
> This is where it started to turn into a can of worms last time. You
> either treat everything as UTF-8 to be consistent, or use bytes for
> everything, in which case a
_len`` parameter added in the memcached configuration
> - YUI AJAX modules updated to 2.7.0
> - SQLAlchemy updated to 0.5.x
>
> Changes
> ---
>
> - Complete refactoring of the AJAX communication. The "wire" format is now
> Javascript.
> - ``component.Component.init()`
_
> Web-SIG mailing list
> Web-SIG@python.org
> Web SIG: http://www.python.org/sigs/web-sig
> Unsubscribe:
> http://mail.python.org/mailman/options/web-sig/robillard.etienne%40gmail.com
>
>
--
Etienne Robillard
Green Tea Hackers Club <http://gthc.org/
ing, and so I'm curious about what sort of
> choices Bobo has made.
>
> thanks,
> --titus
--
Etienne Robillard
Green Tea Hackers Club <http://gthc.org/>
Blog: <http://gthc.org/blog/>
PGP Fingerprint: AED6 B33B B41D 5F4F A92A 2B71 874C FB27 F3A9 BDCC
>
>> regards,
>>
>> Etienne
>>
>>
>> Martijn Faassen wrote:
>>> Hey,
>>>
>>> On Tue, Jun 16, 2009 at 4:51 PM, Etienne
>>> Robillard wrote:
>>>> Nothing very new here. At least next time try to be a little
egative with your comments.
> Does not sound good. I surely dont know what your contributions are,
> but I do know what Jim Fulton's contributions are.
>
>
--
Etienne Robillard
Green Tea Hackers Club <http://gthc.org/>
Blog: <http://gthc.
development. I suggest you delve into the history of Python web
> development for a bit. Of course back in '97 there was more to invent
> than there is today.
>
> Regards,
>
> Martijn
>
--
Etienne Robillard
Green Tea Hackers Club <http://gthc.org/>
Bl
tures that can be provided by WSGI
> middle-ware or application-specific libraries.
>
> Bobo builds on other frameworks, most notably WSGI and WebOb.
>
> To learn more. visit: http://bobo.digicool.com
>
> Jim
>
> --
> Jim Fulton
> Zope Corporation
--
Etienne Ro
On Mon, 18 Feb 2008 04:23:38 -0800 (PST)
est <[EMAIL PROTECTED]> wrote:
> I am writing a small 'comet'-like app using flup, something like
> this:
>
> def myapp(environ, start_response):
> start_response('200 OK', [('Content-Type', 'text/plain')])
> return ['Flup works!\n']<--
On Tue, 15 Jul 2008 21:32:39 -0500
Ian Bicking <[EMAIL PROTECTED]> wrote:
> Etienne Robillard wrote:
> >
> > Hi all,
> >
> > I'd like to have your input and comments on using decorators
> > functions for adding extra options to the request.env
On Jul 15, 4:44 pm, "Mike Orr" <[EMAIL PROTECTED]> wrote:
> On Tue, Jul 15, 2008 at 1:42 PM, Etienne Robillard
>
>
>
> <[EMAIL PROTECTED]> wrote:
>
> > On Mon, 14 Jul 2008 16:09:18 -0400
> > Etienne Robillard <[EMAIL PROTECTED]> wr
Hi all,
I'd like to have your input and comments on using decorators
functions for adding extra options to the request.environ object.
For instance, here's a decorator whichs adds a "scoped" session
object into request.environ:
def with_session(engine=None):
"""
Decorator function for
24 matches
Mail list logo