Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.78 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.78 KB

Two-Factor Authentication Management Server

Codacy Badge Maintainability Snyk Vulnerabilities for GitHub Repo

User Dashboard

A server for users to initialize their secret two-factor authentication keys.

Features

  • User manages their own secret keys.
  • Industry standard TOTP keys.

Authenticator Apps

The server generates secret keys and corresponding QR codes compatible with popular authenticator apps.

Microsoft Authenticator

Microsoft Authenticator App Icon

Google Authenticator

Google Authenticator App Icon

Need to Validate Tokens in Your Application?

There are many libraries that can be used to validate TOTP tokens.

If your application is implemented in Node.js, otplib is a fantastic choice!