I'm trying to find an example of using the refresh token in fastapi. The fastapi docs provides an example of how to create a bearer token with a limited lifetime but not how to refresh the token.
For flask there is flask-jwt-extended but didn't find something similar for fastapi.
Any suggestions will be appreciated thx!