Re: Allowing authentication to work over multiple subdomains?

2012-06-29 Thread Alejandro Jatib
Hi Iain, Can you explain how you resolve this part "a pyramid app that responds to multiple subdomains and routes accordingly, with the account being chosen based on the subdomain but all code running through the same engine"?? How route dynamic routes from different to different "accounts" (mean

Re: Allowing authentication to work over multiple subdomains?

2012-05-17 Thread Jason
On Thursday, May 17, 2012 9:13:17 AM UTC-4, Jason wrote: > > > > On Wednesday, May 16, 2012 4:25:19 PM UTC-4, Jason wrote: >> >> >> >> On Wednesday, May 16, 2012 3:36:15 PM UTC-4, Iain Duncan wrote: >>> >>> Thanks Jason. If you don't mind sharing how you did it, that would be >>> great. >>> >>

Re: Allowing authentication to work over multiple subdomains?

2012-05-17 Thread Jason
On Wednesday, May 16, 2012 4:25:19 PM UTC-4, Jason wrote: > > > > On Wednesday, May 16, 2012 3:36:15 PM UTC-4, Iain Duncan wrote: >> >> Thanks Jason. If you don't mind sharing how you did it, that would be >> great. >> > thanks! >> Iain >> >> > -- You received this message because you are su

Re: Allowing authentication to work over multiple subdomains?

2012-05-16 Thread Jason
On Wednesday, May 16, 2012 3:36:15 PM UTC-4, Iain Duncan wrote: > > Hey folks, we have a pyramid app that responds to multiple subdomains and > routes accordingly, with the account being chosen based on the subdomain > but all code running through the same engine > > http://iain.cloudapp.com ->

Allowing authentication to work over multiple subdomains?

2012-05-16 Thread Iain Duncan
Hey folks, we have a pyramid app that responds to multiple subdomains and routes accordingly, with the account being chosen based on the subdomain but all code running through the same engine http://iain.cloudapp.com -> app knows to return Iain's data http://snufkin.cloudapp.com -> app knows to us