Skip to content

Allow skip_session_storage while still writing Rememberable's cookie #5724

Open
@theblang

Description

@theblang

Environment

  • Ruby 3.3.5
  • Rails 7.0.8.5
  • Devise 4.9.4

Current behavior

Setting config.skip_session_storage (in my case, to skip :params_auth) will also prevent Rememberable from writing the remember_token and creating its cookie.

Expected behavior

It seems as though we shouldn't need session state if we're using Rememberable's cookie? This is a problem for us due to the issue talked about here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions