summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update README.mdRob Janssen2015-03-171-1/+1
|
* * Updated broken urlRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* Update README.mdRob Janssen2015-03-171-1/+1
|
* Merge branch 'master' of https://github.com/RobThree/TwoFactorAuth.gitRobThree2015-03-171-7/+14
|\
| * Update README.mdRob Janssen2015-03-171-7/+14
| |
* | * Added isCryptographicallySecure to IRNGProvider interfaceRobThree2015-03-177-9/+37
|/ | | | | | | * 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...)
* * FormattingRobThree2015-03-171-1/+1
|
* * Add support for custom RNG providersRobThree2015-03-1713-16/+135
| | | | * Custom exception types for QR providers and RNG providers
* Clarified comment a bitRob Janssen2015-03-161-2/+2
|
* * Cleaned up demo.phpRobThree2014-09-251-3/+3
|
* * Removed testcode from demo.phpRobThree2014-09-241-1/+1
|
* * Using namespace(s): ↵RobThree2014-09-2411-343/+420
| | | | | | | | https://www.reddit.com/r/programming/comments/2gwqcr/multifactor_authentication_or_twofactor_auth_for/ckr9e1g * Added simple "PSR-4" autoloader * Classes and interfaces to separate files * Updated README for namespaces
* * Clarified that constructor arguments are optionalRob Janssen2014-09-201-1/+1
|
* * Typo's, reformatting and missing code in README addedRob Janssen2014-09-201-10/+17
|
* * ClarificationRob Janssen2014-09-201-1/+1
|
* * More typo'sRob Janssen2014-09-201-1/+1
|
* * Minor text improvements in READMERob Janssen2014-09-201-6/+6
|
* * Minor changes in READMERob Janssen2014-09-201-2/+2
|
* * Two-factor/multi-factorRob Janssen2014-09-201-1/+1
|
* * Reformatting (prevent horiz. scrollbar in README)Rob Janssen2014-09-201-1/+1
|
* * Added documentation on implementing custom QR-code providersRob Janssen2014-09-201-1/+60
|
* Merge branch 'master' of https://github.com/RobThree/TwoFactorAuth.gitRobThree2014-09-201-1/+71
|\
| * * Code formattingRob Janssen2014-09-201-14/+14
| |
| * * Instructions addedRob Janssen2014-09-201-1/+71
| |
* | * Added meme. Because.RobThree2014-09-202-0/+1
|/
* * Code reformattingRobThree2014-09-201-30/+56
| | | | | * createSecret() now accepts the number of bits (default: 80) instead of bytes which doesn't make much sense when you want an 80 bits secret you would have to pass 16 for length... *
* * Fix logo / iconRob Janssen2014-09-191-1/+1
|
* * Added logo / iconRobThree2014-09-193-1/+4
|
* * Default margin for GoogleQRCodeProvider changed from 4 to 1RobThree2014-09-191-6/+5
| | | | | * ECC level is no longer case-dependent * Minor 'optimization' for decodeColor in QRServerProvider
* Update README.mdRob Janssen2014-09-191-2/+2
|
* * Color-coding is now same for all providers (#rrggbb -> rrggbb)RobThree2014-09-191-2/+2
|
* * Added QRicketProviderRobThree2014-09-191-0/+45
|
* * Created baseclass for 'REST' QR-code providersRobThree2014-09-191-24/+97
| | | | * Added goqr.me (qrserver.com) QRCodeProvider
* Merge branch 'master' of https://github.com/RobThree/TwoFactorAuthroot2014-09-190-0/+0
|\
| * * Authentorization -> Authentication. D'oh!RobThree2014-09-192-7/+7
| | | | | | | | * Removed nonsense from demo.php and improved text/wording a little
* | * Authorization -> Authentication. D'oh!RobThree2014-09-192-7/+7
|/ | | | * Removed nonsense from demo.php and improved text/wording a little
* * QRCodeProvider must now provide MimeType (so other implementations can ↵RobThree2014-09-191-3/+13
| | | | return, for example, 'image/jpeg')
* * Actually use $qrcodeprovider parameter from constructorRobThree2014-09-193-25/+28
| | | | | | * Use array_flip instead of for-loop * Also tested on PHP 5.3 * Demo page is now some 'actual' HTML and text cleaned up a little
* * Renamed index.php to demo.phpRobThree2014-09-193-2/+2
|
* * Initial commitRobThree2014-09-195-0/+273
|
* Initial commitRob Janssen2014-09-182-0/+205