.codeclimate.yml | |
|
|
.editorconfig | |
|
|
.gitattributes | |
|
|
.github/dependabot.yml | |
|
|
.gitignore | |
|
|
.scrutinizer.yml | |
|
|
.styleci.yml | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
LICENSE | |
|
|
README.md | |
|
|
composer.json | |
|
|
phpstan.neon.dist | |
|
|
phpunit.xml.dist | |
|
|
src/Console/Commands/PublishCommand.php | 19 | A 0 mins |
|
src/Contracts/AuthenticatableTwoFactorContract.php | 7 | A 0 mins |
|
src/Contracts/CanResetPasswordContract.php | 8 | A 0 mins |
|
src/Contracts/CanVerifyEmailContract.php | 9 | A 0 mins |
|
src/Contracts/CanVerifyPhoneContract.php | 10 | A 0 mins |
|
src/Contracts/EmailVerificationBrokerContract.php | 14 | A 0 mins |
|
src/Contracts/EmailVerificationBrokerFactoryContract.php | 7 | A 0 mins |
|
src/Contracts/PasswordResetBrokerContract.php | 8 | A 0 mins |
|
src/Providers/AuthServiceProvider.php | 25 | A 0 mins |
|
src/Services/EmailVerificationBroker.php | 92 | A 0 mins |
|
src/Services/EmailVerificationBrokerManager.php | 48 | C 1 day |
|
src/Services/PasswordResetBroker.php | 94 | A 0 mins |
|
src/Services/PasswordResetBrokerManager.php | 48 | C 1 day |
|
src/Support/helpers.php | 8 | A 0 mins |
|
src/Traits/AuthenticatableTwoFactor.php | 10 | A 0 mins |
|
src/Traits/CanResetPassword.php | 15 | A 0 mins |
|
src/Traits/CanVerifyEmail.php | 19 | A 0 mins |
|
src/Traits/CanVerifyPhone.php | 23 | A 0 mins |
|
src/Traits/HasHashables.php | 15 | A 0 mins |
|