项目作者: cityssm

项目描述 :
A server for initializing two-factor authentication on user accounts.
高级语言: JavaScript
项目地址: git://github.com/cityssm/2fa-server.git
创建时间: 2021-05-10T17:41:57Z
项目社区:https://github.com/cityssm/2fa-server

开源协议:MIT License

下载


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!