You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authie no longer supports Rails <= 7.0. Official support for Rails 7.0 ended over a year ago, we don't need to continue supporting it in Authie 5.0 and higher. Rails 7.0 can continue to use the 4.x releases.
If a coder was set using config.active_record.default_column_serializer then it will no longer be respected. You will need to set Authie.config.serialize_coder to override the coder for Authie sessions.
Features
allow data serialization encoder to be defined using Authie.config.serialize_coder. (588b5e7)