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

refresh_token too long for field

Open Feng-Shui opened this issue 7 months ago • 0 comments

I get the following error after authentication when sent back to the redirect URL:

Data too long for column 'refresh_token'

The token is 256 characters long and the field is a var_char(255). Setting this field to text in the migration resolves the issue, I can successfully refresh with the token too.

Would you like a MR with this change?

Feng-Shui avatar Jul 26 '24 19:07 Feng-Shui