shane-tomlinson / browserid-wordpress

Wordpress plugin that adds Persona authentication
23 stars 16 forks source link

With 3rd party cookies disabled, user is immediately logged out. #8

Open jchimene opened 11 years ago

jchimene commented 11 years ago

Title says it all. Cleared all cookies. This was working. I slept through the .40 release If there is anything I can do to debug this, I can do it.

shane-tomlinson commented 11 years ago

@jchimene - thanks for the report. My own inexperience in developing Wordpress plugins caused me to inadvertently push an update to the SVN repo that caused a version bump on unready code. I tried to fix it quickly, but this failed. I have since issued a new release which reverts the code to the previous stable release until I can do more testing.

One question for you, do you have 3rd party cookies enabled?

Thanks, Shane

jchimene commented 11 years ago

On 04/18/2013 03:28 AM, Shane Tomlinson wrote:

@jchimene https://github.com/jchimene - thanks for the report. My own inexperience in developing Wordpress plugins caused me to inadvertently push an update to the SVN repo that caused a version bump on unready code. I tried to fix it quickly, but this failed. I have since issued a new release which reverts the code to the previous stable release until I can do more testing.

One question for you, do you have 3rd party cookies enabled?

No. I'll try w/ them enabled, and report back. It looks like I need to update the plugin. If so, I'll try the cookie first, and then the update. I'm pretty sure I've always had 3rd party cookies disabled, but it may only have been a recent change.

Thanks, Shane

— Reply to this email directly or view it on GitHub https://github.com/shane-tomlinson/browserid-wordpress/issues/8#issuecomment-16568888.

jchimene commented 11 years ago

On 04/18/2013 03:28 AM, Shane Tomlinson wrote:

@jchimene https://github.com/jchimene - thanks for the report. My own inexperience in developing Wordpress plugins caused me to inadvertently push an update to the SVN repo that caused a version bump on unready code. I tried to fix it quickly, but this failed. I have since issued a new release which reverts the code to the previous stable release until I can do more testing.

One question for you, do you have 3rd party cookies enabled?

That fixed it. I'll apply the update now.

Thanks, Shane

— Reply to this email directly or view it on GitHub https://github.com/shane-tomlinson/browserid-wordpress/issues/8#issuecomment-16568888.

jchimene commented 11 years ago

On 04/18/2013 03:28 AM, Shane Tomlinson wrote:

@jchimene https://github.com/jchimene - thanks for the report. My own inexperience in developing Wordpress plugins caused me to inadvertently push an update to the SVN repo that caused a version bump on unready code. I tried to fix it quickly, but this failed. I have since issued a new release which reverts the code to the previous stable release until I can do more testing.

One question for you, do you have 3rd party cookies enabled?

Updated plugin (.42). 3rd party cookies disabled. Plugin works. Happy to test moar.

Cheers, jec