FAQ
Last updated
Last updated
You might be running into these situations when interacting with the SDK:
Passkeys only works in (HTTPS) and localhost. If you try to run it on HTTP context, passkeys won't be available.
Passkeys are bound to domain (and subdomains), if you create a signer on "cometh.io" it won't be available on "battle.io", but it will be available on "marketplace.cometh.io" (the reverse won't work: passkey created on subdomain won't be available on root domain). The same way, if you create a signer on localhost it won't be available in a deployed domain.
To use the same wallet on multiple device, there's 2 ways:
Your browser/os allows . For example with Apple, using iCloud keychain, enables you to synchronize your passkeys through iPhones and MacBook computers using iCloud (Google also support it with Chrome profiles). That way you can connect to a wallet using the same signer on multiple devices.
Through the Add device feature. You can add devices as new signer for your account, which will allow you to connect from multiple devices.
Yes, the main signer created at account creation and all new signers created through the add device feature have equal rights.
Yes, you can give a name to a created signer using the passkeyName field when creating the account or when you initiate a signer request.
Android v9+
iOS v16+
MacOS v13+
From
Linux support is very limited (working cases on Ubuntu 18+)
You can find more information through this link: