PropelAuth/react

Unnecessary refresh requests

Opened this issue · 0 comments

When the user is not logged in, there are still refresh requests made to the propelauth api.

Possible Solution: Checking, if a refresh token exists before trying to refresh the access token.