Skip to content

Commit 554f916

Browse files
authored
fix: remove kSecUseDataProtectionKeychain (#574)
1 parent c6e901c commit 554f916

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/Auth/Internal/Keychain.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@
6767
query[kSecAttrAccessGroup as String] = accessGroup
6868
}
6969

70-
// this is highly recommended for all keychain operations and makes the
71-
// macOS keychain item behave like an iOS keychain item
72-
// https://developer.apple.com/documentation/security/ksecusedataprotectionkeychain
73-
query[kSecUseDataProtectionKeychain as String] = kCFBooleanTrue
74-
7570
return query
7671
}
7772

0 commit comments

Comments
 (0)