We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f30c2 commit 0a3fa91Copy full SHA for 0a3fa91
otp.go
@@ -161,6 +161,9 @@ func (k *Key) URL() string {
161
type Algorithm int
162
163
const (
164
+ // AlgorithmSHA1 should be used for compatibility with Google Authenticator.
165
+ //
166
+ // See https://github.com/pquerna/otp/issues/55 for additional details.
167
AlgorithmSHA1 Algorithm = iota
168
AlgorithmSHA256
169
AlgorithmSHA512
0 commit comments