Minor fixes

This commit is contained in:
artur 2024-11-13 11:56:57 +01:00
parent 3494994720
commit 8e5bc38255

2
146.md
View File

@ -23,7 +23,7 @@ Disadvantage: potentially more frequent "confirmations", bigger surface for web-
- `worker iframe`: iframe signer that handles nip46 calls from the client - `worker iframe`: iframe signer that handles nip46 calls from the client
- `starter iframe`: iframe signer that launches the connection flow to get user confirmation and import keys from top-level signer to iframe signer - `starter iframe`: iframe signer that launches the connection flow to get user confirmation and import keys from top-level signer to iframe signer
- `rebinder iframe`: iframe signer that launches re-connection flow to check that client has access to keys at the top-level signer and to re-import the keys to iframe signer - `rebinder iframe`: iframe signer that launches re-connection flow to check that client has access to keys at the top-level signer and to re-import the keys to iframe signer
- `checked iframe`: iframe signer that displays the nip46 `auth_url` returned by the signer - `checker iframe`: iframe signer that displays the nip46 `auth_url` returned by the signer
## Overview ## Overview