We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fail on 401 during refresh token request
The app is still trying to refresh a token
I use iOS Realm example app Task Tracker
Login
In web panel for that Realm app "Revoke all sessions" for the user
in iOS app try to sync (tap "Projects")
User should be Unauthorised Actual> The app getting 401 and trying to refresh a token indefinitely.
Core version: v10.8.0
Originally reported in realm/realm-swift#7211
The text was updated successfully, but these errors were encountered:
RLMSyncSession::errorHandler
ironage
Successfully merging a pull request may close this issue.
Expected results
Fail on 401 during refresh token request
Actual Results
The app is still trying to refresh a token
Steps & Code to Reproduce
I use iOS Realm example app Task Tracker
Login
In web panel for that Realm app "Revoke all sessions" for the user
in iOS app try to sync (tap "Projects")
User should be Unauthorised
Actual> The app getting 401 and trying to refresh a token indefinitely.
Core version
Core version: v10.8.0
Originally reported in realm/realm-swift#7211
The text was updated successfully, but these errors were encountered: