mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
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.
This commit is contained in:
10
tests/Auth/MfaTotpTest.php
Normal file
10
tests/Auth/MfaTotpTest.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Auth;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
class MfaTotpTest extends TestCase
|
||||
{
|
||||
// TODO
|
||||
}
|
Reference in New Issue
Block a user