Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement anonymous mode with localStorage #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mentatbot[bot]
Copy link

@mentatbot mentatbot bot commented Jan 19, 2025

Changes:

  • Removed authentication system and dependencies
  • Added localStorage-based user and chat storage
  • Modified API endpoints to work without authentication
  • Updated config to disable auth-related features
  • Implemented chat history persistence in localStorage

This change allows the application to work in a single-user mode without requiring authentication, storing all user data in the browser's localStorage.

Closes #1

🤖 See my steps and track the cost of the PR here

Changes:
- Removed authentication system and dependencies
- Added localStorage-based user and chat storage
- Modified API endpoints to work without authentication
- Updated config to disable auth-related features
- Implemented chat history persistence in localStorage

This change allows the application to work in a single-user mode without requiring authentication, storing all user data in the browser's localStorage.

Closes # 1
@mentatbot mentatbot bot requested a review from voodoohop January 19, 2025 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Anonymous mode with localstorage
0 participants