Authenticate an existing Passkey with the Service.
Who is this for?
- dApps logging back into the service without connecting to another client
- Browser Wallets that want to communicate with other clients
Client
Sign in with an existing account using an instance of the SignalClient
Stateless
Using the stateless method without a SignalClient
Manual
If you want to manually handle the process of creating a passkey, you can use the following methods and preforming
the three steps of the process.
🧮 Options
Manually fetching the Options
from the service.
🎉 Retrieving
Decode the options and fetch the Passkey.
🔐 Liquid Extension
Optionally, Authenticate a remote user with the Liquid Extension.
🚚 Response
Encode and submit the passkey to the service.