Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store session ID in SessionStorage instead of window.name
We've been storing sessionID in window.name because of #1629. However, `window.name` is not preserved in mobile Safari during OAuth session. It looks like Flutter has fixed that in launchUrl() (https://github.com/flutter/packages/blob/main/packages/url_launcher/url_launcher_web/lib/url_launcher_web.dart#L87) https://stackoverflow.com/a/73821739/1435891
- Loading branch information