Skip to content

Commit

Permalink
Merge pull request lucadegasperi#701 from kroeder/patch-2
Browse files Browse the repository at this point in the history
Updated example for clarity
  • Loading branch information
vinkla committed Mar 27, 2016
2 parents 5ade193 + 5abb083 commit 9749691
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 9749691

Please sign in to comment.