I'm basically getting the access token from the db on the server to make calls to the spotify api but the token doesn't automatically gets refreshed only when I sign in and out on my frontend
Is there a way to refresh the token automatically or do I need to figure out how to do it manually?