redux-token-auth
redux-token-auth copied to clipboard
Redux actions and reducers to integrate easily with Devise Token Auth
Bumps [codecov](https://github.com/codecov/codecov-node) from 2.3.0 to 3.8.3. Release notes Sourced from codecov's releases. v3.8.3 Fixes #329 fix: Test if response has two lines Dependencies #306 Bump eslint-config-prettier from 7.2.0 to 8.3.0...
SignInUser is neither setting headers nor persisting the headers in the local storage even after successful login signInRequestSucceeded.
**Error** `Could not find "store" in either the context or props of "Connect(GatedPage)". Either wrap the root component in a , or explicitly pass "store" as a prop to "Connect(GatedPage)".`...
Hi all, Firstly, thank-you @kylecorbelli for this amazing project, this has been used a lot and have saved countless man hours. We all know(as readme also says), this project is...
I'm getting this error when registering a new user, here's my signUp function: ``` const signUp = (data, dispatch, props) => { data["confirm_success_url"] = props.match.url.replace("/signup", ""); data["uid"] = data.email; dispatch(registerUser(data));...
It looks like signOutUser sets the access-token / uid / client as `data` when they should be set as `headers`. Relevant devise_token_auth docs: https://devise-token-auth.gitbook.io/devise-token-auth/usage
A **primer**: I am able to intercept Axios requests and responses to make sure access-tokens and and any other header request keys I need replaced in storage and global config.headers...
Bumps [axios](https://github.com/axios/axios) from 0.16.2 to 0.21.1. Release notes Sourced from axios's releases. v0.21.1 0.21.1 (December 21, 2020) Fixes and Functionality: Hotfix: Prevent SSRF (#3410) Protocol not parsed when setting proxy...
I am using `"redux-token-auth": "^0.19.0"` with `devise_token_auth`. I may be missing something but I think this is something faced by others as well (#28 and #34 for reference). #34 is...