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 e7c177d commit 03dcd32Copy full SHA for 03dcd32
README.md
@@ -60,9 +60,9 @@ Route::name('api.resource::fetch')
60
->middleware('auth.apikey');
61
```
62
63
-Begin making requests to your ApiKey protected resource using your key as a Bearer token in the Authorization header
+Begin making requests to your ApiKey protected resource using your apikey as a Bearer token in the Authorization header
64
```sh
65
-Authorization: Bearer {key}
+Authorization: Bearer {apikey}
66
67
68
0 commit comments