summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrej Griniuk <andrej.griniuk@gmail.com>2016-02-15 17:59:37 +1100
committerAndrej Griniuk <andrej.griniuk@gmail.com>2016-02-15 17:59:37 +1100
commitc52e9e3728701d10968b66607b6017a8494fc9c5 (patch)
treec3713c83ab198055ddd5275e088cb1a53a75724a
parenta62c8c6332bb27b986583ff9cd34c691db3037e5 (diff)
downloadTwoFactorAuth-c52e9e3728701d10968b66607b6017a8494fc9c5.zip
TwoFactorAuth-c52e9e3728701d10968b66607b6017a8494fc9c5.tar.gz
TwoFactorAuth-c52e9e3728701d10968b66607b6017a8494fc9c5.tar.bz2
Added the link to the integration with CakePHP
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index cc00742..52e8143 100644
--- a/README.md
+++ b/README.md
@@ -170,6 +170,10 @@ This library also comes with three 'built-in' RNG providers ([Random Number Gene
You can easily implement your own `RNGProvider` by simply implementing the `IRNGProvider` interface. Each of the 'built-in' RNG providers have some constructor parameters that allow you to 'tweak' some of the settings to use when creating the random bytes such as which source to use (`MCryptRNGProvider`) or which hashing algorithm (`HashRNGProvider`). I encourage you to have a look at some of the ['built-in' RNG providers](lib/Providers/Rng) for details and the [`IRNGProvider` interface](lib/Providers/Rng/IRNGProvider.php).
+## Integrations
+
+- [CakePHP 3](https://github.com/andrej-griniuk/cakephp-two-factor-auth)
+
## License
Licensed under MIT license. See [LICENSE](https://raw.githubusercontent.com/RobThree/TwoFactorAuth/master/LICENSE) for details.