Jwt refresh token. API access with outdated token
I use python fastapi for my backend. I issued jwt access token and refresh token for refine. Data access to API with expired token. Does anyone can advise the correct approach for refresh token implementation?
