Meshblu WebSocket verification library for authenticating and verifying Meshblu devices over WebSocket connections. Version 3.0.1 is the latest stable release, with low release cadence. It provides a simple API to generate and verify authentication tokens for Meshblu's WebSocket-based IoT messaging. Differentiator: tight integration with Meshblu ecosystem, minimal dependencies.
npm install meshblu-verifier-websocketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a verifier instance, performs WebSocket handshake and token verification, then closes connection.
Switch to ES module imports (import ... from) or downgrade to v1.x (unmaintained).
Use named imports: import { MeshbluVerifierWebSocket } from 'meshblu-verifier-websocket' or import { createVerifier } from 'meshblu-verifier-websocket'.Ensure server URL points to a valid Meshblu WebSocket endpoint (e.g., wss://my-instance.meshblu.com).
Use named import: import { MeshbluVerifierWebSocket } from 'meshblu-verifier-websocket'.Check that MESHBLU_UUID and MESHBLU_TOKEN environment variables are correct and device is active.