I would like the auth ticket authentication policy to also set the wild 
card domain for domains one level up from the current domain. For example: 
An application running on the domain x.y.foo.com would have ".y.foo.com" 
set as the domain for one of the cookies. I'm using this to allow 
app01.mydomain.com and app02.mydomain.com to use the same auth ticket 
cookie for authentication. Currently I am also using a similarly patched 
repoze.who so that this works across old Pylons applications and new 
Pyramid apps, but I couldn't figure out how to send a patch to the 
repoze.who project that would only apply to repoze.who version 1.

I've already created a patch and made a pull request ( 
https://github.com/Pylons/pyramid/pull/450 ), but is this likely to be an 
acceptable addition to Pyramid, especially given that it adds a dependency 
on the publicsuffix package ( http://pypi.python.org/pypi/publicsuffix )?

If its unlikely to be accepted, I would like to know so that I can create a 
new auth ticket authentication policy instead.

Thanks,

Jason

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pylons-devel/-/BcqzqI52cMYJ.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to