Hi there,
So we have a modal pop-up on another CMS where we log in the user to XF (and our CMS via a bridge). This worked perfectly on XF 2.0 but when we upgraded to XF 2.1 it's no longer working.
The modal POSTS to
We have an XF API end-point to get a proper
Is anyone aware if 2.1 introduced anything that would change this? Any other security precautions that would prevent what worked in 2.0 from working in 2.1?
I know upgrading to 2.2 with the new endpoints can solve this but unfortunately I won't be able to immediately.
Thanks
So we have a modal pop-up on another CMS where we log in the user to XF (and our CMS via a bridge). This worked perfectly on XF 2.0 but when we upgraded to XF 2.1 it's no longer working.
The modal POSTS to
xf.domain.com/login/login
We have an XF API end-point to get a proper
_xfToken
that we insert <input type="hidden"> into the form, and we have inputs for login
and password
.Is anyone aware if 2.1 introduced anything that would change this? Any other security precautions that would prevent what worked in 2.0 from working in 2.1?
I know upgrading to 2.2 with the new endpoints can solve this but unfortunately I won't be able to immediately.
Thanks
Last edited: