How to make a request from server to a particular user? #2395
Unanswered
emanuelchristo
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Not quite sure what you are asking for exactly, but if you make a request to server from client like client.service('xyz').create({ ... }); In the server, you can grab the user info via params.user If you are connected via If those are not what you are asking for, then do clarify what you actually need |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using feathers with nuxt.js as a plugin and using the injected
client
in the vuex store asthis.$client
I want to get the user state when an event happens on the server. How can I make a request from the server to user who is authenticated using
@feathersjs/authentication
local authBeta Was this translation helpful? Give feedback.
All reactions