Skip to content

Commit 90c87b2

Browse files
Merge pull request #46 from rayfoss/patch-2
Auth actions not equivalent
2 parents e0d8a23 + e7abf91 commit 90c87b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,9 @@ The Auth module helps setup your app for login / logout. It includes the follow
450450

451451
### Actions
452452
The following actions are included in the `auth` module:
453-
- `authenticate`: Same as `feathersClient.authenticate()`
454-
- `logout`: Same as `feathersClient.logout()`
453+
- `authenticate`: use instead of `feathersClient.authenticate()`
454+
- `logout`: use instead of `feathersClient.logout()`
455+
The Vuex auth store may not update if you use the feathers client version.
455456

456457
## Working with Auth & Nuxt
457458

0 commit comments

Comments
 (0)