I'm storing the refresh token for my session in a database and updating it everytime I update the access token. But the other day, my application was down for 60 hours and I was surprised to see that the refresh token still worked.
How long does it last?
Doesn't it defeat the whole purpose of having oauth2 in place if the refresh token can be stored this long?