Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/APP-GROUPS-ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

The NostrKey iOS app (`com.nostrkey.app`) and the NostrKey Safari extension (`com.nostrkey.Extension`) share profile data through an **Apple App Group** — a shared container that both apps can read and write without any network activity.

This is the core of **Level 1** in the [Progressive Trust Ladder](../../nostrkey.bizdocs.src/Progressive-Trust-Ladder.md).
This is the core of **Level 1** in the [Progressive Trust Ladder](../../nostrkey.bizdocs.src/strategy/Progressive-Trust-Ladder.md).

---

Expand Down Expand Up @@ -252,7 +252,7 @@ browser.storage.local.get('profiles').then(local => {

## References

- [Progressive Trust Ladder](../../nostrkey.bizdocs.src/Progressive-Trust-Ladder.md) — The product vision this serves
- [Progressive Trust Ladder](../../nostrkey.bizdocs.src/strategy/Progressive-Trust-Ladder.md) — The product vision this serves
- [Apple: App Groups](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_application-groups)
- [Apple: Sharing Keychain Items](https://developer.apple.com/documentation/security/keychain_services/keychain_items/sharing_access_to_keychain_items_among_a_collection_of_apps)

Expand Down
Loading