realm / realm-tasks

To Do app built with Realm, inspired by Clear for iOS
Other
368 stars 73 forks source link

Add logout and auth error handling #385

Closed stel closed 7 years ago

stel commented 7 years ago

This PR replaces #337. It adds log out menu item to macOS app and handles authentication errors reported from SyncManager (that can be improved after https://github.com/realm/realm-cocoa/pull/4580 or similar is merged).

Fixes #205

stel commented 7 years ago

@TimOliver I've updated this PR with the latest Realm version that contains the correct auth error code, please take a look on it and let me know what you think :)

stel commented 7 years ago

Thanks for reviewing @jpsim!