redux-token-auth
redux-token-auth copied to clipboard
Redux actions and reducers to integrate easily with Devise Token Auth
When authentification failed, errors are not accessible (or I didn't figure how) in the Redux Store. The action "redux-token-auth/SIGNIN_REQUEST_FAILED" has no "errors" attribute so I can't inform the user why...
Using the generateRequireSignInWrapper gives me this error message: **Could not find "store" in either the context or props of "Connect(GatedPage)". Either wrap the root component in a Provider, or explicitly...
Handle empty access-token returned by devise_token_auth v1.0.0.
I'm setting up a solution with devise_token_auth authorizing users through Github. Does redux-token-auth support that?
the latest npm release is not up to date with master. there were some fixes with token verification that were merged into master that have not yet made it to...
I am trying to get access to the new access-token after verifyCredentials has been called. My application interacts with multiple APIs on the back and uses the client and access-token...
> Have you ever installed an NPM module any other way? yeah 🐎
Seems that either: 1. Versions are not aligned 2. Different modules of axios in the client 3. Not sure :S
As noted in my approach here - https://github.com/kylecorbelli/redux-token-auth/issues/45 this PR makes sure that the auth token keys are not removed from localStorage when they aren't received (i.e. when (i.e. before...