Skip to content

Commit 6bf7761

Browse files
authored
Update strategy.md
1 parent d296a80 commit 6bf7761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: api/authentication/strategy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Synchronously verify the configuration for this strategy and throw an error if e
2626

2727
## authenticate(authentication, params)
2828

29-
Authenticate `authentication` data with additional `params`. A strategy may check for `data.strategy` being set to its `name` and throw an error if it does not match. `authenticate` will be called for all strategies. `authenticate` should throw a `NotAuthenticated` if it failed or return an authentication result object.
29+
Authenticate `authentication` data with additional `params`. `authenticate` should throw a `NotAuthenticated` if it failed or return an authentication result object.
3030

3131
## parse(req, res)
3232

0 commit comments

Comments
 (0)