Skip to content

A server for initializing two-factor authentication on user accounts.

License

Notifications You must be signed in to change notification settings

cityssm/2fa-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!