Skip to content

Commit 43d8ad4

Browse files
authored
Merge pull request #77 from curtisgibby/patch-2
Fix misspelling on "whose"
2 parents a7a1d43 + 6a11dc2 commit 43d8ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The authentication class checks for the token in two locations:
103103
You can use `\Firebase\JWT\JWT::encode()` of the [firebase/php-jwt](https://github.com/firebase/php-jwt)
104104
lib, which this plugin depends on, to generate tokens.
105105

106-
**The payload should have the "sub" (subject) claim whos value is used to query the
106+
**The payload should have the "sub" (subject) claim whose value is used to query the
107107
Users model and find record matching the "id" field.**
108108

109109
You can set the `queryDatasource` option to `false` to directly return the token's

0 commit comments

Comments
 (0)