-
Notifications
You must be signed in to change notification settings - Fork 119
Closed
Description
โ Prerequisites
- Did you perform a cursory search of open issues? Is this bug already reported elsewhere?
- Are you running the latest SDK version?
- Are you reporting to the correct repository (
magic-sdk
)?
๐ Description
m.user.isLoggedIn()
returns false
after successful social log in (Google in my case) and app restart.
๐งฉ Steps to Reproduce
- Log in using
m.oauth.loginWithPopup({ provider: 'google', redirectURI: REDIRECT_URI })
- Restart the app
- Call
m.user.isLoggedIn()
๐ค Expected behavior
m.user.isLoggedIn()
returns true
๐ฎ Actual behavior
m.user.isLoggedIn()
returns false
๐ Environment
Software | Version(s) |
---|---|
magic-sdk |
8.1.0 |
Browser | |
yarn |
1.22.10 |
Operating System | macOS 12.1, iPhone simulator with iOS 15.2 |