summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Riesen <chris.riesen@gmail.com>2015-09-15 13:24:48 +0200
committerChristian Riesen <chris.riesen@gmail.com>2015-09-15 13:24:48 +0200
commit31fda410cbb7ca632552e8f50069be135455da9f (patch)
treedc7d1e888afd98edd1c2c225e7a63b237736bc21
parent6f78ad475deabdc91bd567df905cc77508612da4 (diff)
parent4e176ca5e1e8b2ae0350b2c5380ba7adf19a67a2 (diff)
downloadotp-31fda410cbb7ca632552e8f50069be135455da9f.zip
otp-31fda410cbb7ca632552e8f50069be135455da9f.tar.gz
otp-31fda410cbb7ca632552e8f50069be135455da9f.tar.bz2
Merge pull request #7 from timgws/patch-1
The Google Authenticator app is no longer open source
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 29aea1b..f38f7ce 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,9 @@ Implements hotp according to [RFC4226](https://tools.ietf.org/html/rfc4226) and
Class GoogleAuthenticator
-------------------------
-Static function class to generate a correct url for the QR code, so you can easy scan it with your device. Google Authenticator is opensource and avaiaible as application for iPhone and Android. This removes the burden to create such an app from the developers of websites by using this set of classes.
+Static function class to generate a correct url for the QR code, so you can easy scan it with your device. Google Authenticator is avaiaible as application for iPhone and Android. This removes the burden to create such an app from the developers of websites by using this set of classes.
+
+There are also older open source versions of the Google Authenticator app for both [iPhone](https://github.com/google/google-authenticator) and [Android](https://github.com/google/google-authenticator-android)
About
=====