redux-refresh-token icon indicating copy to clipboard operation
redux-refresh-token copied to clipboard

An extension to your Redux API middleware that will refresh access tokens when hitting a 401 response. Works with middlewares that use FSA-style actions.

Results 4 redux-refresh-token issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to implement this library, but since v3 of redux-api-middleware remove the CALL_API alias, I'm getting the following error: > Unhandled promise rejection TypeError: Cannot read property 'endpoint'...

When a client post an unique id twice and the server response with 409 conflict it should be possible to return the id which cause the conflict.

Hello, I have app that use [redux api middleware](https://github.com/agraboso/redux-api-middleware) Do you have any example how to use this library with redux api middleware ?

Hello! I have a question about usage this module. My authentication API is using OAuth 2.0 protocol and to refresh a token I need pass some key/value params on the...