Accessing Kinde from Redux store
Hi I am using the react SDK.
Is it possible to access the kinde api inside of a redux store/reducer?
3 Replies
Hello, could you elaborate on your use case please ?
I am abstracting API calls away inside redux thunks, so the React components only have to talk to the redux store without knowing about the API implementation. When I make the API call I would like to provide the user token when calling the backend API client in my Redux thunks.
Hey sorry for the LATE answer. I'm not really familiar with redux but uppon research what I've found is that you should be able to do something like this :