.editorconfig | |
|
|
.gitattributes | |
|
|
.github/FUNDING.yml | |
|
|
.github/ISSUE_TEMPLATE/bug_report.yml | |
|
|
.github/ISSUE_TEMPLATE/config.yml | |
|
|
.github/ISSUE_TEMPLATE/feature_request.yml | |
|
|
.github/PULL_REQUEST_TEMPLATE.md | |
|
|
.github/assets/support.png | |
|
|
.github/dependabot.yml | |
|
|
.github/workflows/php.yml | |
|
|
.gitignore | |
|
|
.styleci.yml | |
|
|
LICENSE.md | |
|
|
README.md | |
|
|
composer.json | |
|
|
database/factories/TwoFactorAuthenticationFactory.php | 61 | A 0 mins |
|
database/migrations/create_two_factor_authentications_table.php | 32 | A 0 mins |
|
lang/en/messages.php | 20 | A 0 mins |
|
lang/en/validation.php | 4 | A 0 mins |
|
phpunit.xml | |
|
|
resources/views/confirm.blade.php | 31 | A 0 mins |
|
resources/views/layout.blade.php | 46 | A 0 mins |
|
resources/views/login.blade.php | 31 | A 0 mins |
|
resources/views/notice.blade.php | 13 | A 0 mins |
|
src/Contracts/TwoFactorAuthenticatable.php | 20 | A 0 mins |
|
src/Contracts/TwoFactorTotp.php | 13 | A 0 mins |
|
src/Events/TwoFactorDisabled.php | 9 | A 0 mins |
|
src/Events/TwoFactorEnabled.php | 9 | A 0 mins |
|
src/Events/TwoFactorRecoveryCodesDepleted.php | 9 | A 0 mins |
|
src/Events/TwoFactorRecoveryCodesGenerated.php | 9 | A 0 mins |
|
src/Exceptions/InvalidCodeException.php | 6 | A 0 mins |
|
src/Facades/Auth2FA.php | 11 | A 0 mins |
|
src/Http/Controllers/ConfirmTwoFactorCodeController.php | 46 | A 0 mins |
|
src/Http/Middleware/ConfirmTwoFactorCode.php | 27 | A 0 mins |
|
src/Http/Middleware/RequireTwoFactorEnabled.php | 20 | A 0 mins |
|
src/Models/Concerns/HandlesCodes.php | 100 | A 0 mins |
|
src/Models/Concerns/HandlesRecoveryCodes.php | 50 | A 0 mins |
|
src/Models/Concerns/HandlesSafeDevices.php | 18 | A 0 mins |
|
src/Models/Concerns/SerializesSharedSecret.php | 51 | A 0 mins |
|
src/Models/TwoFactorAuthentication.php | 82 | A 0 mins |
|
src/Rules/Totp.php | 18 | A 0 mins |
|
src/TwoFactor.php | 66 | A 35 mins |
|
src/TwoFactorAuthentication.php | 175 | A 0 mins |
|
src/TwoFactorLoginHelper.php | 113 | A 1 hr |
|
src/TwoFactorServiceProvider.php | 52 | A 0 mins |
|