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

[BUG] Make the Login Anonymously button work #14

Closed
Dun-sin opened this issue Jul 1, 2022 · 7 comments · Fixed by #52
Closed

[BUG] Make the Login Anonymously button work #14

Dun-sin opened this issue Jul 1, 2022 · 7 comments · Fixed by #52
Assignees
Labels
bug Something isn't working

Comments

@Dun-sin
Copy link
Owner

Dun-sin commented Jul 1, 2022

Description

The button has no functionality yet, make the button authenitcate the user but not store anything in the mongodb database

Screenshots

image

@Dun-sin Dun-sin changed the title [FEATURE] Make the Login Anonmymously button to work [FEATURE] Make the Login Anonymously button to work Jul 1, 2022
@Dun-sin Dun-sin changed the title [FEATURE] Make the Login Anonymously button to work [BUG] Make the Login Anonymously button to work Jul 1, 2022
@Dun-sin Dun-sin added bug Something isn't working and removed feature labels Jul 1, 2022
@Dun-sin Dun-sin changed the title [BUG] Make the Login Anonymously button to work [BUG] Make the Login Anonymously button work Jul 2, 2022
@Dharmik48
Copy link
Contributor

Why do need a Login button in an app to chat anonymously?

@Dun-sin
Copy link
Owner Author

Dun-sin commented Jul 2, 2022

Why do need a Login button in an app to chat anonymously?

so the user can use the website anywhere else, without losing whoever they chatted with

but if someone doesn't want to login/signin, then they use this button

@Dharmik48
Copy link
Contributor

not store anything in the mongodb database

If we don't store anything about the user in the DB then how will we even authenticate the user, as there is no data to verify the credentials?

@Dun-sin
Copy link
Owner Author

Dun-sin commented Jul 2, 2022

If we don't store anything about the user in the DB then how will we even authenticate the user, as there is no data to verify the credentials?

There are two issues #14 #10

#14 for anonymous button: for users who don't want anything about them stored-(this current issue you are chatting at)

#10 for users who want to be able to keep their previous chats in mongodb

@Dharmik48
Copy link
Contributor

Oh! Got it 👍🏻 Didn't know about #10😅

@mathiasayivor
Copy link
Collaborator

@Dun-sin I'd like to work on this.... may I proceed?

@Dun-sin
Copy link
Owner Author

Dun-sin commented Jul 19, 2022

@Dun-sin I'd like to work on this.... may I proceed?

Go ahead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants