aboutsummaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes/appinfo
Commit message (Collapse)AuthorAgeFilesLines
...
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst2016-10-031-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* add 2fa backup codes appChristoph Wurst2016-09-054-0/+124
* add backup codes app unit tests * add integration tests for the backup codes app