Wallets
UAuth
Wallet module for connecting Unstoppable Domains to Web3 Onboard.
Install
- Yarn
- Npm
Options
Follow the
Login Client Congifuration Docs on the Unstoppable Domains website to get setup with your clientID and redirectUri.
Note: The Redirection URI value(s) in the client configuration MUST exactly match the redirect_uri parameter value used in UauthInitOptions
. More specifics can be found in the
Rules for Redirect URIs Docs.
Usage
Accessing the UAuth configuration
When Unstoppable Domains is connected the UAuth user instance is exposed.
This can be used to get information related to the user scopes requested through the UauthInitOptions
.
Build Environments
For build env configurations and setups please see the Build Env section here