Skip to content

Commit

Permalink
Updated example for clarity
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kroeder committed Mar 27, 2016
1 parent 5ade193 commit 5abb083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authorization-server/password.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
]
```

2. Create a class with a `verify` method where you check if the provided user is a valid one.
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.

```php
namespace App;
Expand Down

0 comments on commit 5abb083

Please sign in to comment.