We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3317296 commit e7abf91Copy full SHA for e7abf91
README.md
@@ -442,8 +442,9 @@ The Auth module helps setup your app for login / logout. It includes the follow
442
443
### Actions
444
The following actions are included in the `auth` module:
445
-- `authenticate`: Same as `feathersClient.authenticate()`
446
-- `logout`: Same as `feathersClient.logout()`
+- `authenticate`: use instead of `feathersClient.authenticate()`
+- `logout`: use instead of `feathersClient.logout()`
447
+The Vuex auth store may not update if you use the feathers client version.
448
449
## Working with Auth & Nuxt
450
0 commit comments