JustVerified
JustWeb3 Widget supports social verification through the JustVerified Plugin. This allows your users to verify their social identities (such as GitHub, Discord, Twitter, and others) in a decentralized and secure manner, adding a layer of trust and authentication to your dApp.
Enabling JustVerified Plugin
To enable the JustVerified Plugin, include it within the plugins
array in your JustWeb3 configuration. You can specify which social platforms you want your users to verify through. Currently, the following platforms are supported:
Twitter (
'twitter'
)Telegram (
'telegram'
)GitHub (
'github'
)Discord (
'discord'
)Email (
'email'
)
You can choose any combination of these platforms based on your needs. For example, to enable verification for Twitter, GitHub, and Telegram:
Example Configuration with Github and Discord
In this example, we’ll show how to configure JustVerified with both GitHub and Discord as the required social platforms for verification.
This will enforce verification for the specified platforms, ensuring your users are authenticated with their social identities before accessing certain features or services in your dApp.
Last updated