maxmantz / redux-oidc-example

Small ReactJS application to demonstrate the usage of redux-oidc
MIT License
108 stars 68 forks source link

does silent renew work? #5

Closed Lutando closed 7 years ago

Lutando commented 7 years ago

I have been trying to to get silent renew to work however it looks like the USER_EXPIRED action is being dispatched every second after the access_token expires. What are the steps to get this working? I have tried to intercept the action into one of my own reducers to do silent renewal but it seems like that isnt working.

Lutando commented 7 years ago

nevermind I forgot to add the reducer to my combine reducer :)