Skip to content

Commit 5abb083

Browse files
committed
Updated example for clarity
The second point is missleading in my opinion. I thought this has to be put into app/http/controllers and used in a route later on. Putting this into the controllers folder will throw a "not exist" error - not a big issue but still something you can prevent with a little extra info.
1 parent 5ade193 commit 5abb083

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)