summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/lib
Commit message (Collapse)AuthorAgeFilesLines
* Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst2016-10-035-10/+9
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix twofactor_backupcodesJoas Schilling2016-09-121-2/+2
|
* Fix more sniffingJoas Schilling2016-09-122-2/+2
|
* add 2fa backup codes appChristoph Wurst2016-09-055-0/+408
* add backup codes app unit tests * add integration tests for the backup codes app