Skip to content

v0.4.10

Compare
Choose a tag to compare
@baschtl baschtl released this 23 Jun 12:45
· 23 commits to master since this release

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.