We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e901c commit 554f916Copy full SHA for 554f916
Sources/Auth/Internal/Keychain.swift
@@ -67,11 +67,6 @@
67
query[kSecAttrAccessGroup as String] = accessGroup
68
}
69
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
-
75
return query
76
77
0 commit comments