Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 769 Bytes

File metadata and controls

27 lines (17 loc) · 769 Bytes

scheb/2fa - app

Test application and integration tests for scheb/2fa.

For a live demo of this application, visit https://2fa.scheb.de.

Setup

To setup the test application, run composer install in this directory (the app directory!).

Test Application

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: 111 and 222

Integration tests

To execute the integration tests, run vendor/bin/phpunit in this directory.