schibsted / account-sdk-ios

⛔️ DEPRECATED SchibstedAccount SDK for iOS
MIT License
6 stars 16 forks source link

Added: Allow passing keychain access group to the UserTokensKeychain attributes #304

Closed clausjoergensen closed 3 years ago

clausjoergensen commented 4 years ago

In order to use a shared keychain, apps need to be able to set the accessGroup property on the UserTokensKeychain in order for it to be used in the attributes passed to SecItemAdd in the SPiDKeychainWrapper.

This will allow shared authentication between apps on the same Apple team.