Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work on macOS Safari (Dev Systems) #2

Open
derwaldgeist opened this issue Oct 30, 2020 · 1 comment
Open

Does not work on macOS Safari (Dev Systems) #2

derwaldgeist opened this issue Oct 30, 2020 · 1 comment

Comments

@derwaldgeist
Copy link

derwaldgeist commented Oct 30, 2020

I've successfully implemented the Apple OAuth workflow and it works in Chrome and Firefox.

However, on macOS Safari, there is no popup. Instead, the authentication is shown in-place, as an overlay to the web app. This breaks the workflow and no sign-in is possible. It seems as if Meteor is not prepared for this login scenario. The thing is: macOS Safari is a pretty important browser for Sign in with Apple... :-)

I also noticed that on my testing machine the redirect goes back to localhost instead of the domain of my tunnel provider, localtunnel, although the original website is pulled from there. I have no idea why this happens.

@derwaldgeist derwaldgeist changed the title Does not work on macOS Safari Does not work on macOS Safari (Dev Systems) Oct 30, 2020
@derwaldgeist
Copy link
Author

I noticed that it works on a deployed production system, so only dev scenarios are affected. I guess it's related to the forward to the localhost instead of the tunnel host.

The user experience is a bit strange, though, because the login page shows up briefly, before the login takes place. Is there a way to prevent his, e.g. by using a dedicated route?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant