summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Undo previous commitHEADorigin/masterorigin/HEADmasterRob Janssen2017-02-181-2/+0
|
* Add PHP 7.1 and nightlyRob Janssen2017-02-181-1/+3
|
* Delete applicationhost.configRob Janssen2017-02-171-1031/+0
|
* * Add .vs folder to .gitignoreRobThree2017-02-171-1/+4
|
* * Fix TwoFactorAuth class actually uses the TimeProvider1.6.0RobThree2017-02-173-4/+12
| | | | * Update README and DEMO to advise using 160+ bits secret
* * You can now specify the expected time format returned by a 3rd party to ↵RobThree2017-02-171-3/+4
| | | | the HttpTimeProvider.
* * Less opinionated SSL defaultsRobThree2017-02-171-3/+0
|
* * Default stream options can now be overridden by specifying them in the ↵RobThree2017-02-171-9/+13
| | | | | | constructor * Removed some deprecated/stale code
* * Fix another PHP5.3 array issueRobThree2017-02-171-2/+2
|
* * Fix PHP 5.3 array syntax in unittestsRobThree2017-02-172-14/+14
|
* * Implemented ITimeProvidersRobThree2017-02-1716-27/+232
|
* * Redo #15 which somehow didn't merge...RobThree2017-02-179-114/+2107
|
* Merge pull request #14 from martijncalker/fix-example-readmeRob Janssen2017-01-031-8/+15
|\ | | | | Fix php examples in readme
| * Fix php example in readmeMartijn van Calker2017-01-031-8/+15
|/
* Update composer.json1.5.2Rob Janssen2016-10-301-1/+1
|
* Merge pull request #10 from anvyst/masterRob Janssen2016-10-301-5/+13
|\ | | | | switching to PSR-4 autoloading standard
| * removed .editconfig from repo and phpcsAndrey Vystavkin2016-10-302-20/+1
| |
| * switching to PSR-4 autoloading standardAndrey Vystavkin2016-10-302-5/+32
|/
* Update composer.json1.5.1Rob Janssen2016-06-241-1/+1
|
* Merge pull request #7 from JonathanTru/masterRob Janssen2016-06-241-1/+1
|\ | | | | changed getQRText() from private to public
| * changed getQRText() from private to publicJonathan Trummer2016-06-241-1/+1
|/ | | | | | | | Changed access modifier for the function getQRText() from private to public. This allows for generating the QR Code in different ways (eg pass the data from getQRText() to the client and have a Javascript Library render the QR Code)
* Update composer.json1.5Rob Janssen2016-06-201-1/+1
|
* * Removed CURLOPT_FOLLOWLOCATION and CURLOPT_MAXREDIRS (see #5)RobThree2016-06-201-2/+0
|
* Merge pull request #2 from andrej-griniuk/patch-1Rob Janssen2016-02-161-0/+4
|\ | | | | Added the link to the integration with CakePHP
| * Added the link to the integration with CakePHPAndrej Griniuk2016-02-151-0/+4
|/
* Update README.mdRob Janssen2015-12-041-1/+1
|
* Update README.mdRob Janssen2015-12-041-1/+1
|
* Update README.mdRob Janssen2015-12-021-1/+1
|
* * Added CSRNGProvider to requires in unittestfile.1.4RobThree2015-12-021-0/+1
|
* * Added new (PHP7+) CSRNGProvider (uses random_bytes)RobThree2015-12-027-9/+83
| | | | | | * Added a bunch basic of unittests for the RNG's * QRicketProvider and QRServerProvider now throw on invalid MIME-types * TwoFactorAuth now first tries to use CSRNGProvider before any of the other RNG providers
* Update README.mdRob Janssen2015-11-211-1/+1
|
* Update composer.json1.3Rob Janssen2015-11-201-1/+1
|
* Update README.mdRob Janssen2015-11-201-1/+1
|
* Update README.mdRob Janssen2015-11-201-1/+1
|
* Update README.mdRob Janssen2015-11-191-1/+1
|
* Update README.mdRob Janssen2015-11-191-1/+1
|
* Update LICENSERob Janssen2015-11-191-1/+1
|
* * Class -> LibraryRob Janssen2015-11-191-5/+5
|
* * Force VerifyCode() to return bool1.2RobThree2015-07-161-1/+1
|
* Update README.mdRob Janssen2015-05-071-1/+1
|
* * TypoRob Janssen2015-05-061-1/+1
|
* * Removed incorrect statementRob Janssen2015-05-061-1/+1
|
* * Removed stupid typo1.1Rob Janssen2015-04-301-1/+1
|
* Update composer.jsonRob Janssen2015-04-301-1/+1
|
* * Fix for possible timing-attack in verifyCode() methodRobThree2015-04-301-5/+24
|
* Update README.mdRob Janssen2015-04-061-1/+1
|
* * More variable names improvedRobThree2015-04-061-4/+4
|
* * Better variable namingRobThree2015-04-062-18/+17
|
* Update .travis.ymlRob Janssen2015-03-251-1/+1
|
* Update README.mdRob Janssen2015-03-231-6/+3
|
* Update README.md1.0Rob Janssen2015-03-231-1/+1
|
* * Whoopsie. TypoRobThree2015-03-231-1/+1
|
* * Update READMERobThree2015-03-232-7/+6
| | | | * Add PHP7 & HVVM to unittests
* * Added some base32 decoding-specific unittestsRobThree2015-03-222-1/+69
| | | | * Base32 decoding now allows for padding chars
* * Unittest cleanupRobThree2015-03-211-18/+23
|
* * Tabs -> Spaces. Yep.RobThree2015-03-214-105/+105
|
* Update README.mdRob Janssen2015-03-201-2/+1
|
* Update README.mdRob Janssen2015-03-201-1/+1
|
* Update README.mdRob Janssen2015-03-201-5/+9
|
* Update .travis.ymlRob Janssen2015-03-201-5/+0
|
* Update .travis.ymlRob Janssen2015-03-201-1/+6
|
* Update README.mdRob Janssen2015-03-201-1/+1
|
* * Added known testvectors from RFC 6238 to unittestsRobThree2015-03-201-1/+38
|
* Update README.mdRob Janssen2015-03-201-1/+1
|
* Update README.mdRob Janssen2015-03-201-0/+1
|
* WTH TRAVIS! SERIOUSLY?RobThree2015-03-201-1/+1
|
* * Added phpunit tests back to .travis.yml file. SHEESH! It was there but ↵RobThree2015-03-201-1/+3
| | | | travis kept complaining about the project being Ruby because of some accidental \r\n instead of \n. GTFO!
* * WTH travis-ci...RobThree2015-03-201-2/+2
|
* Update .travis.ymlRob Janssen2015-03-201-2/+0
|
* * Added unittests + travis-ci ymlRobThree2015-03-203-0/+192
|
* * Size for QR image must be > 0Rob Janssen2015-03-201-1/+1
|
* Update README.mdRob Janssen2015-03-201-0/+2
|
* * Fix demoRobThree2015-03-191-1/+1
|
* Update README.mdRob Janssen2015-03-191-2/+2
|
* * RAAAH!RobThree2015-03-193-3/+2
|
* * Re-include imageRobThree2015-03-193-0/+2
|
* * WTFRobThree2015-03-193-2/+0
|
* * Moving more stuff aroundRobThree2015-03-196-10/+12
|
* * Renamed namespaceRobThree2015-03-1914-14/+14
|
* Update composer.jsonRob Janssen2015-03-191-1/+3
|
* * Move stuff aroundRobThree2015-03-1915-22/+19
|
* Update composer.jsonRob Janssen2015-03-191-0/+5
|
* Update composer.jsonRob Janssen2015-03-191-3/+0
|
* Update composer.jsonRob Janssen2015-03-191-2/+2
|
* * WTF mistake in composer.jsonRobThree2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-3/+2
|
* * TypoRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-2/+8
|
* * TypoRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* * Fixed composer instructionsRobThree2015-03-171-1/+1
|
* * Added composer instructions to readmeRobThree2015-03-171-0/+12
|
* * Uppercase termsRobThree2015-03-171-1/+1
|
* * Fixed composer.json typoRobThree2015-03-172-6/+7
| | | | * Added composer.json to project
* * Added composer fileRobThree2015-03-171-0/+26
|
* Merge branch 'master' of https://github.com/RobThree/TwoFactorAuth.gitRobThree2015-03-170-0/+0
|\
| * * More consitent way of using/detecting suited RNGProviderRobThree2015-03-171-1/+3
| |
* | * More consitent way of using/detecting suited RNGProviderRobThree2015-03-171-1/+3
|/
* Update README.mdRob Janssen2015-03-171-2/+2
|