redux-token-auth
redux-token-auth copied to clipboard
Redux actions and reducers to integrate easily with Devise Token Auth
How to remove the `sign_in` from base url ? I cant use this with exiting API.
Hi there, I'd like to use this package v in my react typescript project with devise_token_auth, but since it seems that it has not been maintained for a while, I...
Hi there, we've been using this package at our company for a little while now, and needed some additional features, and thought I'd contribute them back. Our key requirement was...
Hello, Probably there's something I'm missing, I think this package should provide a way to authenticate requests to the backend in order to use the stored tokens also for any...
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"...
I have a route A protected by requireSignIn. It works perfectly (it redirects to sign in route if I am not signed in), but I would like to redirect to...
RNAsyncStorage.js would not be necessary except for a bug discussed [here (https://github.com/facebook/react-native/issues/9743)](https://github.com/facebook/react-native/issues/9743) with AsynStorage
Current `master` branch contain a lot of useful changes and fixes what current npm version doesn't include. I know - repo have open issue about it from 4 august, but...
Just need a little help getting an `APi-KEY` header with every `redux-token-auth` request. Anyone know how to do this?
Hi, thanks for the time you take to make this a public module for others to use. I was happy to find it and it's working pretty good so far....