Package otp implements HOTP and TOTP one-time passwords in Go. https://code.soquee.net/otp/
Go to file
Sam Whited ee9769acbd
all: retract tags from unrelated history
During the migration to Codeberg I apparently added the remote for the
code.soquee.net/tmpl repo instead of the correct one. I fixed the
mistake, but pushed the tags from tmpl, resulting in a split history. I
have now fixed the mistake and am cutting release v0.0.4 to retract the
accidentally published versions.

Signed-off-by: Sam Whited <sam@samwhited.com>
2022-08-11 21:44:55 -04:00
.github/workflows
CONTRIBUTING.md
LICENSE
README.md
example_test.go
go.mod
otp.go
otp_test.go

README.md

otp

GoDoc Issue Tracker

The code.soquee.net/otp package is a Go package used for generating one time passwords via TOTP or HOTP.

import (
	"code.soquee.net/otp"
)

License

The package may be used under the terms of the BSD 2-Clause License a copy of which may be found in the LICENSE file.

Unless you explicitly state otherwise, any contribution submitted for inclusion in the work by you shall be licensed as above, without any additional terms or conditions.