I need to make the user keep login in the system if the user's access_token
get expired and user want to keep login. How can I get newly updated access_token
with the use of refresh_token
on Keycloak?
I am using vertx-auth for the auth implementation with Keycloak on vert.x. Is it possible to refresh access_token
with vertx-auth or Keycloak's REST API itself? Or what will be another implementation of this?