Skip to content

Bridouille/go-otp-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Otp manager in Golang

Web application to manage your Time-Based One Time Password. The TOTP generated are compatible with Google Authenticator.

How to install :

go get github.com/Bridouille/go-otp-manager
cd $GOPATH/src/github.com/Bridouille/go-otp-manager
go build && ./go-otp-manager

That's it, the server is running on the port 3000. To change the running port :

export PORT=xxxx

Modify the configuration file at your convenience, the environment chosen will be the one in the OTP_MANAGER_ENV environment variable, development if not set :

./config/config.json

You'll need to provide the credentials to access to the panel.

What it look like ?

enter image description here

I used Angular Material for the front-end part, the TOTPs freshen themselves once arrived to expire.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published