Skip to main content

Customize

Setup your project's Gas Tank on the Human Portal

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:

  • Email
  • 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

Live Code Generation

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

Email
Phone
Up and Down ArrowsSocial
Up and Down ArrowsWallet

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