Closed secondsun closed 6 years ago
@secondsun Basic on the demo I get that this resolvers problem completely. Requests do not fail as we do not have redirect anymore. We will need to connect this PR to epic
Tested locally and works like a charm. @secondsun Can you rebase and run ./gradlew spotlessApply
@danielpassos rebased and cleaned
Motivation
This PR adds the ability to refresh tokens. Yay.
JIRA: https://issues.jboss.org/browse/AEROGEAR-7851
Description
When you are using KeyCloak the tokens expire. Now, the tokens automatically refresh!
To test this I used the data-sync-server and the memeolist applications. I edited a local keycloak instance to have access tokens expire after two mintues and confirmed that they went through the refresh flow after they expired.
Progress
Additional Notes