eddyystop / feathers-reduxify-authentication

Wrap feathers-client.authentication so it works with Redux, as well as authentication, authorization packages for React-Router.
MIT License
22 stars 13 forks source link

Update the Authenticated auth.user data #7

Closed dailycommit closed 7 years ago

dailycommit commented 7 years ago

How can I update the Authenticated auth.user data ? What do I need to do when changing user profile data? I can not force the user to login again when every profile is updated.

eddyystop commented 7 years ago

I think this question belongs in feathers-authentication. This repo just doe a Feathers auth call using Redux.