Skip to content

Commit

Permalink
fix: remove kSecUseDataProtectionKeychain
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Oct 21, 2024
1 parent c6e901c commit 0d3039a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Auth/Internal/Keychain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@
query[kSecAttrAccessGroup as String] = accessGroup
}

// this is highly recommended for all keychain operations and makes the
// macOS keychain item behave like an iOS keychain item
// https://developer.apple.com/documentation/security/ksecusedataprotectionkeychain
query[kSecUseDataProtectionKeychain as String] = kCFBooleanTrue

return query
}

Expand Down

0 comments on commit 0d3039a

Please sign in to comment.