HI, I’m trying to create a react-redux app with embedded login, signup, forgot password, logout with a corresponding backend API, and I took a look at this:
I’m just curious where would the refresh token fit into this? Would I have to wait until my token expires and I get rejected from my backend and then I try to ask for a refresh token?