Appearance
Sign up
When a user registers with your DApp domain.extension (example: ibexwallet.org) connected to the IBEx.Fi network, 2+1 things happen:
- Generation of a private key and its storage in the "passkeys" of his device associated with the domain
domain.extension:
GET https://mydomain.app/v1/auth/sign-upExample: https://passkey-localhost.ibexwallet.org/v1/auth/sign-up
- Deploying the smart wallet on the blockchain:
POST https://mydomain.app/v1/auth/sign-inExample: https://passkey-localhost.ibexwallet.org/v1/auth/sign-in
- Creating your KYC in IBEx Safe:
POST https://mydomain.app/v1/auth/iframeExample: https://passkey-localhost.ibexwallet.org/v1/auth/iframe
Note: The 3rd step is not mandatory if you do not wish to integrate FIAT-related functions.