BookStack/tests/Auth/MfaTotpTest.php
Dan Brown 916a82616f
Complete base flow for TOTP setup
- Includes DB storage and code validation.
- Extracted TOTP work to its own service file.
- Still needs testing to cover this side of things.
2021-06-30 22:10:02 +01:00

10 lines
101 B
PHP

<?php
namespace Tests\Auth;
use Tests\TestCase;
class MfaTotpTest extends TestCase
{
// TODO
}