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 1020d50 commit 22e813bCopy full SHA for 22e813b
README.md
@@ -67,7 +67,7 @@ Route::group(['prefix' => 'v1', 'middleware' => ['apiauth:REMOTE_APP']], functio
67
68
#### That's all
69
70
-Your urls within your middleware is accessible only if the valid token is provided
+Your urls within your group is accessible only if valid token is provided
71
72
- In `GET` or `POST` request
73
- In request header as `Authorization Bearer`
0 commit comments