Skip to content
This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Commit 2edafc1

Browse files
authored
Update scopes.md
1 parent 8824096 commit 2edafc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/auth/scopes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Now that we've created our scope (`app/Scopes/AccountingScope.php`), we can inse
6464
```
6565

6666
Once you've inserted your scope into the configuration file, you will now only be able
67-
to authenticate with users that are a member of the `Accounting` group.
67+
to authenticate with users that are a member of the `Accounting` group. All other
68+
users will be denied authentication to your app, even if their credentials
69+
are valid.
6870

6971
> **Note**: If you're caching your configuration files, make sure you run `php artisan config:clear`.

0 commit comments

Comments
 (0)