v0.4.10
This release fixes an issue introduced in v0.4.9 which introduced token_expires_in
. By default token_expires_in
resulted in the need of an extra database table column on your model.
This release removes the need for the additional column if you do not set token_expires_in
which is the default.
Thanks to @mikwat for the implementation and @leonelgalan for bringing this up.