[BUG] devtools login not work in Safari
Describe the bug
Hello, when I use devtools in Safari, the error Invalid-session-token will be reported when logging in. This problem will occur regardless of whether I use Github or Google to log in.
Steps To Reproduce
- Open the project in Safari
- Login when using devtools
- The pop-up page reports an error Invalid-session-token
Expected behavior
Log in successfully in Safari
Packages
- @refinedev/devtools
Additional Context
My MacOS version is Sonoma 14.3.1, Safari version is 17.3.1.
Hey @linkscope thanks for the report, we'll check it soon.
Hey @linkscope sorry for the issue 🙏 I've just opened up a PR to address this issue. Authentication flow was broken due to cookie issues in Safari. I added a small tweak to the proxy tested it in Chrome and Safari, both are working fine 🚀
Hey @linkscope sorry for the issue 🙏 I've just opened up a PR to address this issue. Authentication flow was broken due to cookie issues in Safari. I added a small tweak to the proxy tested it in Chrome and Safari, both are working fine 🚀
Thanks a lot for solving this problem and thanks to the team, your efficient work will motivate more people to use Refine.