Results 2 comments of england

As described in https://github.com/wardencommunity/warden/blob/master/lib/warden/proxy.rb#L167 need to pass `store: false` to skip serializing into the session. So adding ```ruby def sign_up(resource_name, resource) sign_in(resource_name, resource, store: false) end ``` in your controller...