Description
Modify the refresh token on proposal API behavior so that it only expires once it has been used or lifespan of token is exceeded.
This ensures better session continuity and avoids premature expiration due to inactivity or background operations.
Acceptance Criteria