SSL on Heroku / User Authentication Across Multiple Domains
Posted
by Euwyn
on Stack Overflow
See other posts from Stack Overflow
or by Euwyn
Published on 2010-01-07T20:23:39Z
Indexed on
2010/03/11
20:59 UTC
Read the original article
Hit count: 543
Posted a previous question on this, but have a followup. I was trying to create a workaround to use SSL on the expensive custom domain. I'm willing to live with bumping a user to https://app.heroku.com from http://www.app.com for certain secure pages, and have monkey-patched SSL required to make this happen. However, now this issue is with making sure my User is logged in when I do so. As I understand, cookies aren't cross domain. Is there a way around this issue?
© Stack Overflow or respective owner