Commit Graph

82 Commits

Author SHA1 Message Date
RobThree 83fcd7f141 WTH TRAVIS! SERIOUSLY? 2015-03-20 15:12:07 +01:00
RobThree a0a32e3cc2 * Added phpunit tests back to .travis.yml file. SHEESH! It was there but travis kept complaining about the project being Ruby because of some accidental \r\n instead of \n. GTFO! 2015-03-20 15:10:43 +01:00
RobThree cf828a05de * WTH travis-ci... 2015-03-20 15:00:56 +01:00
Rob Janssen f572a332b9 Update .travis.yml 2015-03-20 13:20:34 +01:00
RobThree 1db877ac79 * Added unittests + travis-ci yml 2015-03-20 13:07:52 +01:00
Rob Janssen 9e417bdb2f * Size for QR image must be > 0 2015-03-20 12:57:03 +01:00
Rob Janssen 767f11d62b Update README.md 2015-03-20 10:46:01 +01:00
RobThree 5f4862b19e * Fix demo 2015-03-19 16:09:41 +01:00
Rob Janssen 71e886fd17 Update README.md 2015-03-19 16:06:01 +01:00
RobThree c81807cf63 * RAAAH! 2015-03-19 16:05:29 +01:00
RobThree 1478e1ae9a * Re-include image 2015-03-19 16:04:26 +01:00
RobThree 0656c21c04 * WTF 2015-03-19 16:03:56 +01:00
RobThree e3ca31dbc6 * Moving more stuff around 2015-03-19 16:00:58 +01:00
RobThree 3687b0b32d * Renamed namespace 2015-03-19 15:46:46 +01:00
Rob Janssen 73196c82ec Update composer.json 2015-03-19 15:16:22 +01:00
RobThree 553b725ab7 * Move stuff around 2015-03-19 15:05:51 +01:00
Rob Janssen c16fbf782a Update composer.json 2015-03-19 14:51:59 +01:00
Rob Janssen e446672d17 Update composer.json 2015-03-19 14:47:24 +01:00
Rob Janssen 5f119eef72 Update composer.json 2015-03-19 14:43:21 +01:00
RobThree dfa6e65395 * WTF mistake in composer.json 2015-03-17 17:30:49 +01:00
Rob Janssen 09cf69c150 Update README.md 2015-03-17 17:29:05 +01:00
Rob Janssen 1e20bf0a52 * Typo 2015-03-17 16:32:55 +01:00
Rob Janssen 08f0d01fd8 Update README.md 2015-03-17 16:32:30 +01:00
Rob Janssen 8d3111b9af * Typo 2015-03-17 16:28:51 +01:00
Rob Janssen e6b38b13ca Update README.md 2015-03-17 16:27:06 +01:00
Rob Janssen 1dc15512b7 Update README.md 2015-03-17 16:16:55 +01:00
RobThree ab2ec1eeea * Fixed composer instructions 2015-03-17 14:58:19 +01:00
RobThree b28c79b278 * Added composer instructions to readme 2015-03-17 14:57:23 +01:00
RobThree d87072b0a9 * Uppercase terms 2015-03-17 14:46:24 +01:00
RobThree 39f3557f2d * Fixed composer.json typo
* Added composer.json to project
2015-03-17 14:41:16 +01:00
RobThree 64dd42b321 * Added composer file 2015-03-17 14:38:44 +01:00
RobThree 1531e5d95e Merge branch 'master' of https://github.com/RobThree/TwoFactorAuth.git 2015-03-17 13:57:54 +01:00
RobThree 39dac573e6 * More consitent way of using/detecting suited RNGProvider 2015-03-17 13:56:47 +01:00
RobThree 2b5ed95c9a * More consitent way of using/detecting suited RNGProvider 2015-03-17 13:54:58 +01:00
Rob Janssen eeb3aa26f5 Update README.md 2015-03-17 13:50:10 +01:00
Rob Janssen a513e071e4 Update README.md 2015-03-17 12:51:31 +01:00
Rob Janssen 80da74826d * Updated broken url 2015-03-17 12:45:26 +01:00
Rob Janssen 778233da2f Update README.md 2015-03-17 12:41:57 +01:00
Rob Janssen e08f79a599 Update README.md 2015-03-17 12:39:55 +01:00
Rob Janssen ba6d998aa2 Update README.md 2015-03-17 12:39:36 +01:00
Rob Janssen a8a4c77573 Update README.md 2015-03-17 12:28:51 +01:00
Rob Janssen 8f73dd8e4f Update README.md 2015-03-17 12:24:48 +01:00
Rob Janssen dd4cd0c448 Update README.md 2015-03-17 12:24:05 +01:00
Rob Janssen e27b1e0ed9 Update README.md 2015-03-17 12:21:25 +01:00
RobThree 496350c938 Merge branch 'master' of https://github.com/RobThree/TwoFactorAuth.git 2015-03-17 12:19:42 +01:00
RobThree 8428b2d25a * Added isCryptographicallySecure to IRNGProvider interface
* Exceptions thrown by TwoFactorAuth are now of type TwoFactorAuthException
* createSecret now has extra argument $requirecryptosecure which is used to force cryptographically secure secrets
* HashRNGProvider now returns string instead of "byte array"
* HashRNGProvider is now initialized with two random values (for the heck of it...)
2015-03-17 12:19:38 +01:00
Rob Janssen 3c026cf9a6 Update README.md 2015-03-17 11:48:32 +01:00
RobThree 5a8d76cd92 * Formatting 2015-03-17 11:42:00 +01:00
RobThree b738f2ced5 * Add support for custom RNG providers
* Custom exception types for QR providers and RNG providers
2015-03-17 11:24:53 +01:00
Rob Janssen 18c40e4e33 Clarified comment a bit 2015-03-16 18:46:35 +01:00