
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@justverified/plugin
Advanced tools
The **@justverified/plugin** integrates easily with the **JustWeb3 Widget** to provide social verification capabilities, enabling your users to verify their identities through platforms like **Twitter**, **GitHub**, **Discord**, **Telegram**, and **Email*
The @justverified/plugin integrates easily with the JustWeb3 Widget to provide social verification capabilities, enabling your users to verify their identities through platforms like Twitter, GitHub, Discord, Telegram, and Email. These verifications add a layer of trust and authentication, protecting your dApp from Sybil attacks and ensuring a secure, decentralized user experience.
For complete documentation, visit the JustaName Documentation.
twitter
)github
)discord
)telegram
)email
)plugins
array in your JustWeb3 configuration.Install the plugin using your preferred package manager:
bash
npm install @justverified/plugin
# or
yarn add @justverified/plugin
Here’s how to enable social verification for GitHub and Discord in your widget configuration:
tsx
import { JustVerifiedPlugin } from '@justverified/plugin';
const justweb3Config = {
config: {
origin: "http://localhost:3000/",
domain: "localhost",
signInTtl: 86400000,
},
openOnWalletConnect: true,
allowedEns: "all",
logo: "",
ensDomains: [
{
ensDomain: "yourdomain.eth",
apiKey: "YOUR_API_KEY",
chainId: 1,
},
],
plugins: [
JustVerifiedPlugin(['github', 'discord']) // Enable GitHub and Discord verification
],
color: {
primary: "#FEA801",
background: "hsl(0, 0%, 100%)",
destructive: "hsl(0, 100%, 50%)",
},
};
This configuration ensures that users must verify their GitHub and Discord identities to access specific features or services within your dApp.
FAQs
The **@justverified/plugin** integrates easily with the **JustWeb3 Widget** to provide social verification capabilities, enabling your users to verify their identities through platforms like **Twitter**, **GitHub**, **Discord**, **Telegram**, and **Email*
The npm package @justverified/plugin receives a total of 84 weekly downloads. As such, @justverified/plugin popularity was classified as not popular.
We found that @justverified/plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.