WIP Restrictions support

This commit is contained in:
Max Goedjen
2026-09-06 21:35:24 -07:00
parent 70e32dcf99
commit 45359b5960
7 changed files with 128 additions and 11 deletions
@@ -14,6 +14,7 @@ extension Preview {
Attributes(
keyType: .init(algorithm: .ecdsa, size: 256),
authentication: .presenceRequired,
restrictions: .default
)
}
}