Is there a way to login user in an iframe (origin abc.com) on website 123.com

156 Views Asked by At

i have a website abc.com I have posts on that page where user can vote, add arguments and comments. I am providing embed code(iframe) to embed my post detail page on other websites, Example 123.com But now user is not able to login inside the iframe because of cross domain cookies policy. Iframe on 123.com do not show the user logged in even if user is logged in into the website(xyz.com) in same browser.

My website is built in laravel. Let me know if any information is required and let me know if there is any solution for this. Thanks in advance!!

0

There are 0 best solutions below