Eduard Metzger
Eduard Metzger
Thanks for the quick reply. We have called `refreshSession` when an `invalid_grant` error was received. Can this cause the problem? I have removed that and also set the scope of...
Ok, after about 2-3 days of testing with the changes, I'm still getting logged out automatically on macOS (2x in the last 2-3 days) with the error message: ``` api(Auth.AuthError.APIError(msg:...
Just checked, we have a Widget, but it accesses only some userDefaults. We have shortcuts that call the CloudKit sync, possibly Supabase, however, I'm not using them. Today I got...
@grdsdev I have some idea, but I'm not quite sure. Is it possible that if this gets called in parallel or when the Supabase library refreshes the session in the...
For us the error is usually `Invalid Refresh Token: Already Used`. That's the only bigger roadblock for us right now. The rest works great. We haven't use the API for...
@grdsdev Could you find anything? We are a bit struggling with this, or is there anything we can do temporarily to reduce the logouts?
> @EduardMe Have you managed to codesign the app with SDK 2.14+? Have you granted `Keychain Sharing` capabilities to the app? @rebryk Yes, I have granted Keychain Sharing, but I...