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: docs/api/authentication/strategy.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ An authentication strategy is any object or class that implements at least an [a
10
10
-[LocalStrategy](./local.md) in `@feathersjs/authentication-local`
11
11
-[OAuthStrategy](./oauth.md) in `@feathersjs/authentication-oauth`
12
12
13
-
More details on how to customize existing strategies can be found in their API documentation. This section describes the common methods for all authentication strategies and how a custom authentication strategy can implemented.
13
+
More details on how to customize existing strategies can be found in their API documentation. This section describes the common methods for all authentication strategies and how a custom authentication strategy can be implemented.
0 commit comments