# @web3auth/base-plugin

> Base plugin for web3auth plugins

Latest version **8.3.0** (published 2024-04-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install @web3auth/base-plugin
pnpm add @web3auth/base-plugin
yarn add @web3auth/base-plugin
bun add @web3auth/base-plugin
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 8.3.0 |
| Published | 2024-04-16 |
| First published | 2022-03-15 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=18.x |
| Dependencies | 1 |
| Unpacked size | 162.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 490 |
| Author | Torus Labs |
| Maintainers | archit_web3, himanshunpm009, chaitanyapotti |
| Keywords | web3Auth/base-plugin, web3Auth, multichainWallet, blockchain, ethereum, metamask |

## Links

- npm: https://www.npmjs.com/package/@web3auth/base-plugin
- Repository: https://github.com/Web3Auth/Web3Auth
- Homepage: https://github.com/Web3Auth/Web3Auth/tree/master/packages/basePlugin#readme
- Issues: https://github.com/Web3Auth/Web3Auth/issues
- npm.io page: https://npm.io/package/@web3auth/base-plugin

## Dependencies (1)

- [@web3auth/base](https://npm.io/package/@web3auth/base.md) ^8.3.0

## Alternatives

- [@clerk/clerk-expo](https://npm.io/package/@clerk/clerk-expo.md) — 133.6K weekly downloads
- [@pothos/plugin-authz](https://npm.io/package/@pothos/plugin-authz.md) — 12.4K weekly downloads
- [@bounded-sh/client](https://npm.io/package/@bounded-sh/client.md) — 3.2K weekly downloads
- [@luigi-project/plugin-auth-oauth2](https://npm.io/package/@luigi-project/plugin-auth-oauth2.md) — 2.3K weekly downloads
- [@nocobase/plugin-verification](https://npm.io/package/@nocobase/plugin-verification.md) — 2.0K weekly downloads

## Recent versions

- 8.3.0 (latest) — 2024-04-16
- 8.0.0-alpha.19 (next) — 2024-02-20
- 8.2.1 — 2024-04-16
- 8.2.0 — 2024-04-15
- 8.1.0 — 2024-04-11
- 8.0.1 — 2024-02-23
- 8.0.0 — 2024-02-21
- 8.0.0-alpha.17 — 2024-02-09
- 8.0.0-alpha.16 — 2024-02-09
- 8.0.0-alpha.15 — 2024-02-07
- 7.3.2 — 2024-02-07
- 8.0.0-alpha.13 — 2024-02-07
- 8.0.0-alpha.12 — 2024-02-07
- 8.0.0-alpha.11 — 2024-02-07
- 8.0.0-alpha.9 — 2024-02-07
- … 68 more at https://npm.io/package/@web3auth/base-plugin/versions

## README

# Web3Auth Base Plugin

[![npm version](https://img.shields.io/npm/v/@web3auth/base-plugin?label=%22%22)](https://www.npmjs.com/package/@web3auth/base-plugin/v/latest)
[![minzip](https://img.shields.io/bundlephobia/minzip/@web3auth/base-plugin?label=%22%22)](https://bundlephobia.com/result?p=@web3auth/base-plugin@latest)

> Web3Auth is where passwordless auth meets non-custodial key infrastructure for Web3 apps and wallets. By aggregating OAuth (Google, Twitter, Discord) logins, different wallets and innovative Multi Party Computation (MPC) - Web3Auth provides a seamless login experience to every user on your application.

Plugins are essentially extensions to the core functionality of Web3Auth, allowing you to add additional features to your dApp. This base plugin is the base implementation of a plugin, and is the foundation of all other plugins.

## 📖 Documentation

Read more about Web3Auth plugins in the [official Web3Auth Documentation](https://web3auth.io/docs/sdk/web/plugins/).

## 💡 Features
- Plug and Play, OAuth based Web3 Authentication Service
- Fully decentralized, non-custodial key infrastructure
- End to end Whitelabelable solution
- Threshold Cryptography based Key Reconstruction
- Multi Factor Authentication Setup & Recovery (Includes password, backup phrase, device factor editing/deletion etc)
- Support for WebAuthn & Passwordless Login
- Support for connecting to multiple wallets
- DApp Active Session Management

...and a lot more

## 🔗 Installation

```shell
npm install --save @web3auth/base-plugin
```

## 🩹 Example

Checkout the examples for your preferred blockchain and platform in our [examples repository](https://github.com/Web3Auth/examples/)

## 🌐 Demo

Checkout the [Web3Auth Demo](https://demo-app.web3auth.io/) to see how Web3Auth can be used in your application.

## 💬 Troubleshooting and Support

- Have a look at our [Community Portal](https://community.web3auth.io/) to see if anyone has any questions or issues you might be having. Feel free to reate new topics and we'll help you out as soon as possible.
- Checkout our [Troubleshooting Documentation Page](https://web3auth.io/docs/troubleshooting) to know the common issues and solutions.
- For Priority Support, please have a look at our [Pricing Page](https://web3auth.io/pricing.html) for the plan that suits your needs.

---
_Source: https://npm.io/package/@web3auth/base-plugin · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
