dropbox / kaiken

User scoping library for Android applications.
Apache License 2.0
69 stars 11 forks source link

Adds a User Mapper and a in memory cache for User Store #130

Closed chris-mitchell closed 2 years ago

chris-mitchell commented 2 years ago

Implements Store within the UserStore as a source of truth to avoid race conditions with various consumers getting events.

This also adds a UserMapper interface which apps will need to implement to convert their users into SkeletonUsers, similar to what SkeletonAuthInteractor did previously.