Customize
For an even more personalized experience and to set up your project's Gas Tank, check out our Human Portal.
Login options
WaaP supports the following login options:
- Phone
- Social logins: Google, Twitter, Discord, LinkedIn, Apple, Coinbase, Github
- Wallets: Browser extension wallets and mobile wallets via WalletConnect
The login options are set during initialization with initWaaP
.
You can refer to initWaaP
on the Methods page for more details.
You can use the no-code tool below to generate the code for initWaaP
.
Light or dark mode
WaaP supports light and dark mode.
styles: { darkMode: true }
can be set while calling initWaaP
.
You can refer to initWaaP
on the Methods page for more details.
You can use the no-code tool below to generate the code for initWaaP
.
Playground
The code examples below will automatically update to match your configuration in the playground here. Simply copy and paste the code to implement your customized WaaP!
Authentication Methods
Social Providers
Code Implementation
After configuring your WaaP integration above, use the following code to implement it in your application:
Install
Copy
Initialize
Copy the generated code for initWaaP
configuration below
Copy
Show Login/Signup Modal
Copy
Full Example
Copy