An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

style: remove tautological parenthetical in SE comment

authored by

Malpercio and committed by
Tangled
aefe4b06 134473e8

+1 -1
+1 -1
apps/identity-wallet/src-tauri/src/device_key.rs
··· 153 153 // Generate a new SE-backed P-256 key. 154 154 // set_location(DataProtectionKeychain) is required — without it, security_framework sets 155 155 // kSecAttrIsPermanent = false, meaning the key is not persisted to the Keychain and will 156 - // not survive app restart (key would not survive app restart). 156 + // not survive app restart. 157 157 // set_access_control with PRIVATE_KEY_USAGE is required for SE keys — the SE enforces 158 158 // that only explicitly-authorized operations can use the private key for signing. 159 159 //