Skip to content

Devise logout for Cms::ExternalUser #707

Open
@jamesprior

Description

@jamesprior

Devise cannot find an authentication strategy when logging out a Cms::ExternalUser. I suspect it is because Cms::ExternalUser does not inherit from Cms::User, so when devise receives a Cms::ExternalUser to log out it doesn't match it to an existing strategy. I think perhaps if Devise had an authentication strategy for Cms::PersistentUser it would work but that is currently un-tested.

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