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.
2 parents e0d8a23 + e7abf91 commit 90c87b2Copy full SHA for 90c87b2
README.md
@@ -450,8 +450,9 @@ The Auth module helps setup your app for login / logout. It includes the follow
450
451
### Actions
452
The following actions are included in the `auth` module:
453
-- `authenticate`: Same as `feathersClient.authenticate()`
454
-- `logout`: Same as `feathersClient.logout()`
+- `authenticate`: use instead of `feathersClient.authenticate()`
+- `logout`: use instead of `feathersClient.logout()`
455
+The Vuex auth store may not update if you use the feathers client version.
456
457
## Working with Auth & Nuxt
458
0 commit comments