Skip to content

Remove server-side user authentication #13

Description

@nickh

Eliminate all Rails-based user authentication code. Make the app fully client-side, or replace with a simple client-side user identification if needed for local features.

Relevant code examples:

# The User model and Omniauth logic are no longer needed; consider a lightweight client-side alternative for local user actions.
# The sign-in/sign-out UI and logic must be removed or replaced with client-only logic.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions