diff options
author | Rob Janssen <rob@devcorner.nl> | 2016-02-16 10:37:40 +0100 |
---|---|---|
committer | Rob Janssen <rob@devcorner.nl> | 2016-02-16 10:37:40 +0100 |
commit | 7d7b4ddcba3fec9ec95abe9a59d1ea0d2a2b3d08 (patch) | |
tree | c3713c83ab198055ddd5275e088cb1a53a75724a | |
parent | a62c8c6332bb27b986583ff9cd34c691db3037e5 (diff) | |
parent | c52e9e3728701d10968b66607b6017a8494fc9c5 (diff) | |
download | TwoFactorAuth-7d7b4ddcba3fec9ec95abe9a59d1ea0d2a2b3d08.zip TwoFactorAuth-7d7b4ddcba3fec9ec95abe9a59d1ea0d2a2b3d08.tar.gz TwoFactorAuth-7d7b4ddcba3fec9ec95abe9a59d1ea0d2a2b3d08.tar.bz2 |
Merge pull request #2 from andrej-griniuk/patch-1
Added the link to the integration with CakePHP
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |