mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

Add MultiUser Support to Swift SDK #140

Closed tkaye407 closed 5 years ago

tkaye407 commented 5 years ago

This encompasses work from the following tickets: STITCH-2208: Add ability to log in as another user STITCH-1994: Add ability to logout user STITCH-1995: Add ability to switch active user STITCH-1991: Add ability to clear user data STITCH-1993: Add ability to list all users

tkaye407 commented 5 years ago

Passed evergreen, if you want to take another look @jsflax

tkaye407 commented 5 years ago

Put in most of Adam's changes, but I am going to work on refactoring the AuthInfo class to make it so that all fields are optional which will enable us to persist an empty state (to persist the deviceId)

tkaye407 commented 5 years ago

@adamchel @jsflax Changes are in