916a82616f
- Includes DB storage and code validation. - Extracted TOTP work to its own service file. - Still needs testing to cover this side of things.
10 lines
No EOL
101 B
PHP
10 lines
No EOL
101 B
PHP
<?php
|
|
|
|
namespace Tests\Auth;
|
|
|
|
use Tests\TestCase;
|
|
|
|
class MfaTotpTest extends TestCase
|
|
{
|
|
// TODO
|
|
} |