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 c87d7c4 commit de9e518Copy full SHA for de9e518
README.md
@@ -80,7 +80,7 @@ The authentication class checks for the token in two locations:
80
81
It first checks if token is passed using `Authorization` request header.
82
The value should be of form `Bearer <token>`. The `Authorization` header name
83
- and token prefix `Bearer` can be customzied using options `header` and `prefix`
+ and token prefix `Bearer` can be customized using options `header` and `prefix`
84
respectively.
85
86
- The query string variable specified using `parameter` config:
0 commit comments