This pull request addresses a bug in the get_refresh_user dependency where tokens were not being updated due to outdated user data. The issue has been resolved by ensuring the user data is up-to-date before attempting to update the token. Additionally, this pull request introduces the use of static methods in areas where they were needed.
This pull request addresses a bug in the get_refresh_user dependency where tokens were not being updated due to outdated user data. The issue has been resolved by ensuring the user data is up-to-date before attempting to update the token. Additionally, this pull request introduces the use of static methods in areas where they were needed.