Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees committed Sep 18, 2023
1 parent 9f68300 commit 6804332
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 28 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,21 @@ return [
'disabled' => [
// ProviderEnum::MICROSOFT_OFFICE_365(),
],
]
],


/*
|--------------------------------------------------------------------------
| Feature Settings
|--------------------------------------------------------------------------
| By default, all features are enabled.
| You may disable a provider by adding changing the value to false.
|
*/
'features' => [
'password_reset' => true,
'email_verification' => true,
],
];
```

Expand Down
13 changes: 13 additions & 0 deletions config/laravel-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,17 @@
ProviderEnum::MICROSOFT_OFFICE_365(),
],
],

/*
|--------------------------------------------------------------------------
| Feature Settings
|--------------------------------------------------------------------------
| By default, all features are enabled.
| You may disable a provider by adding changing the value to false.
|
*/
'features' => [
'password_reset' => true,
'email_verification' => true,
],
];
Loading

0 comments on commit 6804332

Please sign in to comment.