next-auth-refresh-token-example
next-auth-refresh-token-example copied to clipboard
switch to expires_at
I thought this was required but I am not so sure.
For Google the expires_at for me tends to be 21 days in milliseconds. I think it might refer to when the refreshtoken expires?
Multiplying it by 1000 is definitely not the answer.