Skip to content

v.0.5.1

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

This release fixes an issue introduced in v0.5.0 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.