You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/authentication/strategy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Synchronously verify the configuration for this strategy and throw an error if e
26
26
27
27
## authenticate(authentication, params)
28
28
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.
0 commit comments