From c52e9e3728701d10968b66607b6017a8494fc9c5 Mon Sep 17 00:00:00 2001 From: Andrej Griniuk Date: Mon, 15 Feb 2016 17:59:37 +1100 Subject: [PATCH] Added the link to the integration with CakePHP --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.