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
Nov 12, 2021
Nov 12, 2021
May 18, 2021
Nov 12, 2021
Nov 12, 2021
May 11, 2021
May 17, 2021
May 11, 2021
May 18, 2021
May 17, 2021
May 20, 2021
May 11, 2021
Nov 12, 2021
Nov 12, 2021
May 11, 2021
May 11, 2021
Nov 17, 2021
May 11, 2021
May 18, 2021
May 11, 2021
Nov 12, 2021
Nov 12, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 5, 2022
May 5, 2022
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021
May 11, 2021

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!