summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Groeneveld <tim@timg.ws>2015-09-09 17:36:23 +1000
committerTim Groeneveld <tim@timg.ws>2015-09-09 17:36:23 +1000
commit4e176ca5e1e8b2ae0350b2c5380ba7adf19a67a2 (patch)
treedc7d1e888afd98edd1c2c225e7a63b237736bc21
parent6f78ad475deabdc91bd567df905cc77508612da4 (diff)
downloadotp-4e176ca5e1e8b2ae0350b2c5380ba7adf19a67a2.zip
otp-4e176ca5e1e8b2ae0350b2c5380ba7adf19a67a2.tar.gz
otp-4e176ca5e1e8b2ae0350b2c5380ba7adf19a67a2.tar.bz2
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
=====