Laragear/TwoFactor

View on GitHub
Branch: 1.x(View all)
NameLines of codeMaintainabilityTest coverage
.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.php61
A
0 mins
database/migrations/create_two_factor_authentications_table.php32
A
0 mins
lang/en/messages.php20
A
0 mins
lang/en/validation.php4
A
0 mins
phpunit.xml
resources/views/confirm.blade.php31
A
0 mins
resources/views/layout.blade.php46
A
0 mins
resources/views/login.blade.php31
A
0 mins
resources/views/notice.blade.php13
A
0 mins
src/Contracts/TwoFactorAuthenticatable.php20
A
0 mins
src/Contracts/TwoFactorTotp.php13
A
0 mins
src/Events/TwoFactorDisabled.php9
A
0 mins
src/Events/TwoFactorEnabled.php9
A
0 mins
src/Events/TwoFactorRecoveryCodesDepleted.php9
A
0 mins
src/Events/TwoFactorRecoveryCodesGenerated.php9
A
0 mins
src/Exceptions/InvalidCodeException.php6
A
0 mins
src/Facades/Auth2FA.php11
A
0 mins
src/Http/Controllers/ConfirmTwoFactorCodeController.php46
A
0 mins
src/Http/Middleware/ConfirmTwoFactorCode.php27
A
0 mins
src/Http/Middleware/RequireTwoFactorEnabled.php20
A
0 mins
src/Models/Concerns/HandlesCodes.php100
A
0 mins
src/Models/Concerns/HandlesRecoveryCodes.php50
A
0 mins
src/Models/Concerns/HandlesSafeDevices.php18
A
0 mins
src/Models/Concerns/SerializesSharedSecret.php51
A
0 mins
src/Models/TwoFactorAuthentication.php82
A
0 mins
src/Rules/Totp.php18
A
0 mins
src/TwoFactor.php66
A
35 mins
src/TwoFactorAuthentication.php175
A
0 mins
src/TwoFactorLoginHelper.php113
A
1 hr
src/TwoFactorServiceProvider.php52
A
0 mins