StorytellerCZ / meteor-accounts-line

LINE login integration for Meteor.
https://atmospherejs.com/storyteller/accounts-line
MIT License
0 stars 0 forks source link

Can't login with LINE app on iOS safari #1

Open fred104 opened 1 year ago

fred104 commented 1 year ago

Describe the bug

If iPhone has been installed LINE app, it will automatically launch the LINE app to login on safari browser. However, after bringing back to the safari browser, the login doesn't succeed.

To Reproduce

Steps to reproduce the behavior:

  1. Make sure you have LINE app installed
  2. Go to the page and run the login with LINE. You can use either "popup" or "redirect". It will bring you to the LINE app to login.
  3. After bringing back to safari, you will the login is not successful.

Expected behavior

Login can be successful.

Versions (please complete the following information):

Additional context

I have been traced through the whole login process and found the possible root cause. The "popup" and "redirect" login style has different issues.

Hope that this will give you some insights.

StorytellerCZ commented 1 month ago

I don't have access to iOS, so this will be a bit difficult for me to debug. I'll try to reproduce on Android.