kylecorbelli / redux-token-auth

Redux actions and reducers to integrate easily with Devise Token Auth
MIT License
154 stars 80 forks source link

Example of redux-token-auth implementation #58

Open nidhinkumar06 opened 5 years ago

nidhinkumar06 commented 5 years ago

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)".

Bechev commented 5 years ago

Any luck in solving this issue? I'm facing the same. Thanks !

nidhinkumar06 commented 5 years ago

@Bechev Have a look at this blog Hope it helps you Redux-token-auth

jnayak1 commented 5 years ago

@nidhinkumar06 the link to the article is a 404 error.

nidhinkumar06 commented 5 years ago

@jnayak1 Thanks for informing. The Link works now

Gataniel commented 4 years ago

@nidhinkumar06 what was the issue about? Still cannot get it working...