feat(auth): harden authentication and add configurable two-factor support
This commit is contained in:
@@ -9,6 +9,7 @@ use Laravel\Socialite\Two\User as SocialiteUser;
|
||||
uses(RefreshDatabase::class);
|
||||
|
||||
beforeEach(function () {
|
||||
config(['auth-ui.features.two_factor_required' => false]);
|
||||
config(['auth-ui.providers.github' => [
|
||||
'label' => 'GitHub',
|
||||
'icon' => 'i-simple-icons-github',
|
||||
|
||||
Reference in New Issue
Block a user