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.
2 parents a7a1d43 + 6a11dc2 commit 43d8ad4Copy full SHA for 43d8ad4
README.md
@@ -103,7 +103,7 @@ The authentication class checks for the token in two locations:
103
You can use `\Firebase\JWT\JWT::encode()` of the [firebase/php-jwt](https://github.com/firebase/php-jwt)
104
lib, which this plugin depends on, to generate tokens.
105
106
-**The payload should have the "sub" (subject) claim whos value is used to query the
+**The payload should have the "sub" (subject) claim whose value is used to query the
107
Users model and find record matching the "id" field.**
108
109
You can set the `queryDatasource` option to `false` to directly return the token's
0 commit comments