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!!