Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

zhevron/go-twofactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twofactor - Two-factor authentication library

wercker status Coverage Status

go-twofactor is a library for handling two-factor authentication in Go.
To use the library, you need to install one of the implementations below.

TOTP

GoDoc

This implementation generates and verifies codes using the time-based one time password (TOTP) algorithm specified in RFC6238.

go get gopkg.in/zhevron/go-twofactor.v1/totp

License

go-twofactor is licensed under the MIT license.