We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65b8ec5 + 2677681 commit ba6aeb9Copy full SHA for ba6aeb9
docs/components/auth/1.1/index.md
@@ -40,6 +40,8 @@ php artisan vendor:publish --provider="AwesIO\Auth\AuthServiceProvider" --tag="c
40
41
You can disable additional features by commenting them out:
42
43
+Edit in config/awesio-auth.php
44
+
45
```php
46
'enabled' => [
47
'social',
@@ -88,6 +90,7 @@ AUTHY_SECRET=
88
90
```
89
91
92
If you enabled social and/or two factor authentication add respective traits to User model class:
93
+Typically in app\User.php
94
95
96
use AwesIO\Auth\Models\Traits\HasSocialAuthentication;
@@ -180,4 +183,4 @@ You can run the tests with:
180
183
181
184
```bash
182
185
composer test
-```
186
+```
0 commit comments