Skip to content

Commit 9749691

Browse files
committed
Merge pull request #701 from kroeder/patch-2
Updated example for clarity
2 parents 5ade193 + 5abb083 commit 9749691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authorization-server/password.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
]
1212
```
1313

14-
2. Create a class with a `verify` method where you check if the provided user is a valid one.
14+
2. Create a class with a `verify` method where you check if the provided user is a valid one. In the following example you have to create a `PasswordGrantVerifier.php` in your `app` folder.
1515

1616
```php
1717
namespace App;

0 commit comments

Comments
 (0)