Skip to content

Commit ba6aeb9

Browse files
Merge pull request #1 from tobyjoiner/patch-1
Update index.md
2 parents 65b8ec5 + 2677681 commit ba6aeb9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/components/auth/1.1/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ php artisan vendor:publish --provider="AwesIO\Auth\AuthServiceProvider" --tag="c
4040

4141
You can disable additional features by commenting them out:
4242

43+
Edit in config/awesio-auth.php
44+
4345
```php
4446
'enabled' => [
4547
'social',
@@ -88,6 +90,7 @@ AUTHY_SECRET=
8890
```
8991

9092
If you enabled social and/or two factor authentication add respective traits to User model class:
93+
Typically in app\User.php
9194

9295
```php
9396
use AwesIO\Auth\Models\Traits\HasSocialAuthentication;
@@ -180,4 +183,4 @@ You can run the tests with:
180183

181184
```bash
182185
composer test
183-
```
186+
```

0 commit comments

Comments
 (0)