lytics / ios-sdk

MIT License
0 stars 0 forks source link

UserManager #12

Closed mgacy closed 1 year ago

mgacy commented 1 year ago

Adds a UserManager actor that is responsible for ensuring thread-safe access to the current user.

This adds AnyCodable, a small, focused library by mattt as a dependency to provide Codable conformance for arbitrary dictionaries.

This PR does not include persistence for the current user; that will follow in a subsequent PR.