This message was deleted.
# general
m
This message was deleted.
b
In the flow_refresh.go implementation, Refresh Token Rotation must be applied. But as it is described in rfc6819, it will make OAuth Client have to manage more complexity.
Copy code
Note: This measure may cause problems in clustered environments,
   since usage of the currently valid refresh token must be ensured.  In
   such an environment, other measures might be more appropriate.
For example, in a microservices architecture, one microservice managed other IdP’s Access Token and Refresh Token. And many other microservices get the Access Token and execute their operation independently. In this situation, the microservices that manage token need to introduce an exclusion control that is not necessary for business and it will affect latency. Of course, it is possible, but I’m not sure the complexity is commensurate with the effect on security that Rotation brings.
s
@broad-fireman-57222 re fosite, please write an issue directly to the GitHub repo describing your approach to token rotation and the desired solution.
b
Thank you for your reply! I will write it on the issue 🙇