Skip to content

Commit

Permalink
Update docs/guides/api_hmac_keys.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pooya Parsa <pooya_parsa_dadashi@yahoo.com>
  • Loading branch information
tswagger and datamweb authored Aug 28, 2023
1 parent 3098483 commit a4a1582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/api_hmac_keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public $filters = [
You can also specify the filter should run on one or more routes within the routes file itself:

```php
$routes->group('api', ['filter' => 'tokens'], function($routes) {
$routes->group('api', ['filter' => 'hmac'], function($routes) {
//
});
$routes->get('users', 'UserController::list', ['filter' => 'hmac:users-read']);
Expand Down

0 comments on commit a4a1582

Please sign in to comment.