We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3098483 commit a4a1582Copy full SHA for a4a1582
docs/guides/api_hmac_keys.md
@@ -98,7 +98,7 @@ public $filters = [
98
You can also specify the filter should run on one or more routes within the routes file itself:
99
100
```php
101
-$routes->group('api', ['filter' => 'tokens'], function($routes) {
+$routes->group('api', ['filter' => 'hmac'], function($routes) {
102
//
103
});
104
$routes->get('users', 'UserController::list', ['filter' => 'hmac:users-read']);
0 commit comments