Wondering if it's common to modify WSGI middleware packages to be used
in django.
Also, wondering if it's difficult to do.

I'm building a website with user authentication similar to facebook
(so the user can stay logged in forever).
Django's contrib auth module did not seem to be the right match since
it's session based and I don't want to keep the session around
forever.
Also, I'm building on google's appengine where django does not have
sessions.

I'm thinking of using AuthKit, a wsgi middleware package, and
wondering if anyone has experience
porting AuthKit or other wsgi middleware to django.
Is it difficult?
Is it recommended (or is it recommended that I don't do it?).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to