Skip to content

Commit

Permalink
Merge pull request #2 from andrej-griniuk/patch-1
Browse files Browse the repository at this point in the history
Added the link to the integration with CakePHP
  • Loading branch information
RobThree committed Feb 16, 2016
2 parents a62c8c6 + c52e9e3 commit 7d7b4dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7d7b4dd

Please sign in to comment.