Skip to content

Commit e7abf91

Browse files
author
Ray Foss
authored
Auth actions not equivalent
Store will not update with feathersClient.authenticate
1 parent 3317296 commit e7abf91

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
@@ -442,8 +442,9 @@ The Auth module helps setup your app for login / logout. It includes the follow
442442

443443
### Actions
444444
The following actions are included in the `auth` module:
445-
- `authenticate`: Same as `feathersClient.authenticate()`
446-
- `logout`: Same as `feathersClient.logout()`
445+
- `authenticate`: use instead of `feathersClient.authenticate()`
446+
- `logout`: use instead of `feathersClient.logout()`
447+
The Vuex auth store may not update if you use the feathers client version.
447448

448449
## Working with Auth & Nuxt
449450

0 commit comments

Comments
 (0)