Proposal: Extend configuration file format to support options.

This change is a follow-up to the discussion on #33, which proposes a
backward-compatible extension to the existing config file format to allow the
user to include otpauth URLs in addition to the standard format.

This is WIP, not ready to merge; it needs tests and a better story for the
progress indicator.
This commit is contained in:
M. J. Fromberger
2021-02-02 16:35:47 -08:00
committed by Pierre Carrier
parent 509311a279
commit f5a1f722c0
5 changed files with 81 additions and 28 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module github.com/pcarrier/gauth
go 1.12
require (
github.com/creachadair/otp v0.1.1
github.com/creachadair/otp v0.2.4
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
)