UNPKG

rauth-provider

Version:

A lightweight, plug-and-play Node.js library for phone number authentication using the Rauth.io reverse verification flow via WhatsApp or SMS.

6 lines 291 B
// index.js (ESM entry) export { RauthProvider } from './core/RauthProvider.js'; export { SessionStore } from './core/sessionStore.js'; export { RevokedStore } from './core/revokedStore.js'; export { Utils } from './core/utils.js'; export { RauthApiClient } from './core/apiClient.js';