Getting Started
SimpleMfa serves as the middleman for MFA, and a sidekick for second factor management.
The first step is adding SimpleMfa to your project:
# For npm users
npm add @potluri/simple-mfa
# For yarn users
yarn add @potluri/simple-mfa
# For pnpm users
pnpm add @potluri/simple-mfa
Next up: Integrate SimpleMfa into your application