How to generate an access token using a refresh token in FastAPI?
I am working on a FastAPI project where I have a requirement to automatically generate a new access token using a refresh token when the access token expires. If you have any documentation or GitHub links related to this, please provide them.