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

Logout Reducer does not remove token from the state #5

Closed subodhpareek18 closed 7 years ago

subodhpareek18 commented 7 years ago

Logging out removes all state from redux for the auth service, except for the access token, which remains hanging behind.

This should not be the case, especially risky when the app status is being persisted in the browser cache.