Test application and integration tests for scheb/2fa.
For a live demo of this application, visit https://2fa.scheb.de.
To setup the test application, run composer install in this directory (the app directory!).
Start the application via Symfony CLI by running symfony serve in this directory.
There's a pre-configured user in the SQLite database that you can use to login and test 2fa:
- Username:
user1 - Password:
test - Backup codes for 2fa:
111and222
To execute the integration tests, run vendor/bin/phpunit in this directory.