Skip to content

This is a Dashboard where you can add 2fa Secrets via a selfhosted Website

Notifications You must be signed in to change notification settings

OfflinePing/TwoFactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwoFactor

This is a 2FA Dashboard written in GoLang

it encrypts the secret before saving or loading.

if you find any bugs or vulnabilities open a Github issue!

How to Setup?

  1. Download GoLang from https://go.dev/doc/install
  2. Add GoLang to Path / Envoriment
  3. run git clone https://github.com/OfflinePing/TwoFactor.git
  4. run cd TwoFactor
  5. run go build .
  6. run chmod 777 TwoFaktor
  7. Change Port in "config.json" to desired Port
  8. run ./TwoFaktor
  9. open (yourip/serverip):(port from config)/ in your Browser
  10. Proft!