-
Notifications
You must be signed in to change notification settings - Fork 0
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
Anonymous mode with localstorage #1
Comments
If you would like me to solve this issue, either tag me in a comment or check this box: You can disable automatic comments on my settings page |
I've analyzed the codebase and here's my plan to implement anonymous mode with localStorage:
This will result in a simplified, single-user version that works entirely client-side with localStorage for persistence. Would you like me to proceed with this implementation? Please let me know if you want any adjustments to this plan. |
id like you to look at the codebase and make a plan how to refactor it removing all authorization/authentication and saving all data in localstorage. please take a detailed look into the codebase first and dont change anything yet. i want it to be used anonymously
The text was updated successfully, but these errors were encountered: