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

[FEATURE] Improve on login system #36

Closed
mathiasayivor opened this issue Jul 15, 2022 · 3 comments · Fixed by #49
Closed

[FEATURE] Improve on login system #36

mathiasayivor opened this issue Jul 15, 2022 · 3 comments · Fixed by #49
Labels

Comments

@mathiasayivor
Copy link
Collaborator

Description

Currently, login status is only stored in localStorage i.e {isLogged: (true||false)} which means that I can basically login by changing isLogged property to true on localStorage.
This could lead to issues in tracking users and their messages, or even chatting on multiple devices as the same user

Screenshots

No response

@Dun-sin
Copy link
Owner

Dun-sin commented Jul 15, 2022

do you want to improve it?

@mathiasayivor
Copy link
Collaborator Author

Sure...
Currently working on a project. Would be done in some few hours time. Then I'd look into source code

@Dun-sin
Copy link
Owner

Dun-sin commented Jul 15, 2022

Sure... Currently working on a project. Would be done in some few hours time. Then I'd look into source code

Awesome, thanks for contributing in advance

mathiasayivor added a commit to mathiasayivor/whisper-next that referenced this issue Jul 17, 2022
This was referenced Jul 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants