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.
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.