In microservice architecture how to setup jwt with refresh token mechanism?

Our system has one frontend and multiple backends, so I need jwt config. In the docs, I saw the JWT plugin. It just give the token and jwks URI endpoint. How does the refresh token mechanism work here?
Was this page helpful?