@web5nexus/authmodal-particle
v0.1.3
Published
Web5 Nexus Auth Modal — Particle Network adapter (BYOK project keys)
Readme
@web5nexus/authmodal-particle
Particle Network Auth Core adapter for Web5 Auth Modal (BYOK project / client / app IDs).
Install
npm install @web5nexus/authmodal-particle @web5nexus/authmodal-core @particle-network/auth-core viemNote:
@particle-network/[email protected]is currently alpha — pin carefully.
Usage
import { particle } from '@web5nexus/authmodal-particle'
const adapter = particle({
projectId: process.env.PARTICLE_PROJECT_ID!,
clientKey: process.env.PARTICLE_CLIENT_KEY!,
appId: process.env.PARTICLE_APP_ID!,
})Dashboard
- Create a project at Particle Dashboard
- Copy project ID, client key, and app ID
- Enable social / email auth and allowlist origins
License
MIT — Web5 Nexus Team
