@nauth-toolkit/sms-console
v0.2.5
Published
Console SMS provider for nauth-toolkit — development and testing
Downloads
481
Maintainers
Readme
@nauth-toolkit/sms-console
Console SMS provider for nauth-toolkit.
Logs SMS content to the console instead of sending it. Use during development and testing to see verification codes and MFA one-time passwords without configuring a real SMS gateway.
Part of nauth-toolkit. Requires
@nauth-toolkit/core.
Install
npm install @nauth-toolkit/sms-consoleConfigure in your auth config:
import { ConsoleSMSProvider } from '@nauth-toolkit/sms-console';
const authConfig = {
smsProvider: new ConsoleSMSProvider(),
};For production
| Package | Purpose |
| --- | --- |
| @nauth-toolkit/sms-aws-sns | AWS SNS |
See the full package list in the core README.
Free to use. See license.
