• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

vendor/rsc.io/qr/H18-Apr-2018-

.travis.ymlH A D18-Apr-201868

Gopkg.lockH A D18-Apr-2018451

Gopkg.tomlH A D18-Apr-2018712

LICENSEH A D18-Apr-20181 KiB

README.mdH A D18-Apr-20181.4 KiB

doc.goH A D18-Apr-2018179

hotp.goH A D18-Apr-20182.2 KiB

hotp_test.goH A D18-Apr-20181.6 KiB

oath.goH A D18-Apr-20183.1 KiB

oath_test.goH A D18-Apr-2018636

otp.goH A D18-Apr-20181.6 KiB

otp_test.goH A D18-Apr-20183.6 KiB

totp.goH A D18-Apr-20183.7 KiB

totp_test.goH A D18-Apr-20181.6 KiB

util.goH A D18-Apr-2018288

util_test.goH A D18-Apr-20181.2 KiB

README.md

1## `twofactor`
2
3[![GoDoc](https://godoc.org/github.com/gokyle/twofactor?status.svg)](https://godoc.org/github.com/gokyle/twofactor)
4[![Build Status](https://travis-ci.org/gokyle/twofactor.svg?branch=master)](https://travis-ci.org/gokyle/twofactor)
5
6### Author
7
8`twofactor` was written by Kyle Isom <kyle@tyrfingr.is>.
9
10
11### License
12
13```
14Copyright (c) 2017 Kyle Isom <kyle@imap.cc>
15
16Permission is hereby granted, free of charge, to any person obtaining a copy
17of this software and associated documentation files (the "Software"), to deal
18in the Software without restriction, including without limitation the rights
19to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20copies of the Software, and to permit persons to whom the Software is
21furnished to do so, subject to the following conditions:
22
23The above copyright notice and this permission notice shall be included in all
24copies or substantial portions of the Software.
25
26THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
32SOFTWARE.
33```
34