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

The need for an authentication system. #297

Open
rohithrajb opened this issue Feb 9, 2024 · 1 comment
Open

The need for an authentication system. #297

rohithrajb opened this issue Feb 9, 2024 · 1 comment

Comments

@rohithrajb
Copy link

Hi!

I have recently come across the SeanPrasad Leetcode list and it has been very useful. The main problem is that every question has a checkbox which I believe is for the user to note that they have completed this question. I use multiple devices and when I open the list on another device, I can't see my progress. I believe this happens beacuse it is stored in the local storage of the browser. I would love to have an authentication system so that wherever I login, I know what questions I am already done with.

Thank you!

@vrajeshkanna
Copy link

Simple solution/hack -
Runcopy(this.localStorage.checked) in the console of the source system
And set this.localStorage.checked = <copied_value> in the target system
I do this for testing in local version

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

No branches or pull requests

2 participants