laravel-dropbox icon indicating copy to clipboard operation
laravel-dropbox copied to clipboard

Fix refresh token. expires_in has date format, not integer

Open yaroslawww opened this issue 1 year ago • 1 comments

now()+300 returns integer value. And this value can't be compared with string datetime expires_in saved in database (see migration file). So app never uses a refresh token.

Also, reduced supported versions to allow automatically do casts in model.

yaroslawww avatar May 23 '23 11:05 yaroslawww