-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example of redux-token-auth implementation #58
Comments
Any luck in solving this issue? I'm facing the same. Thanks ! |
@Bechev Have a look at this blog Hope it helps you |
@nidhinkumar06 the link to the article is a 404 error. |
@jnayak1 Thanks for informing. The Link works now |
@nidhinkumar06 what was the issue about? Still cannot get it working... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Does anyone has written a blog about the implementation of redux token auth.Tried with the steps given in read me but getting an error as below
Could not find "store" in either the context or props of "Connect(GatedPage)". Either wrap the root component in a <Provider>, or explicitly pass "store" as a prop to "Connect(GatedPage)".
The text was updated successfully, but these errors were encountered: