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
{{ message }}
This repository was archived by the owner on Aug 29, 2018. It is now read-only.
// The verify function has the exact same inputs and
@@ -122,7 +121,7 @@ By default, this strategy expects a payload in this format:
122
121
123
122
## Complete Example
124
123
125
-
Here's a basic example of a Feathers server that uses `feathers-authentication-local`. You can see a fully working example in the [example/](./example/) directory.
124
+
Here's a basic example of a Feathers server that uses `@feathersjs/authentication-local`. You can see a fully working example in the [example/](./example/) directory.
Copy file name to clipboardExpand all lines: example/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# feathers-authentication-local Example
1
+
# @feathersjs/authentication-local Example
2
2
3
-
This provides a complete working example on how to use `feathers-authentication-local` to provide local authentication and get a JWT access token in return.
3
+
This provides a complete working example on how to use `@feathersjs/authentication-local` to provide local authentication and get a JWT access token in return.
thrownewError(`options.service does not exist.\n\tMake sure you are passing a valid service path or service instance and it is initialized before feathers-authentication-local.`);
15
+
thrownewError(`options.service does not exist.\n\tMake sure you are passing a valid service path or service instance and it is initialized before @feathersjs/authentication-local.`);
0 commit comments