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

Unable to establish a secure connection #10

Open
HeaTTheatR opened this issue Mar 27, 2021 · 4 comments
Open

Unable to establish a secure connection #10

HeaTTheatR opened this issue Mar 27, 2021 · 4 comments

Comments

@HeaTTheatR
Copy link

Unable to establish a secure connection
Attackers may try to steal your data from the 127.0.0.1 website (for example, passwords, messages, or bank card numbers).

2021-03-28.00.20.29.mov
@shashi278
Copy link
Owner

That's expected behavior for now because the server is running locally and using 'self-signed' certs which browsers don't really trust upon because they only trust on certificates signed by a trusted CA(Certificate Authority).

So, since it's running locally(localhost), it's totally safe because any traffic sent to localhost is guaranteed not to leave your machine, and so is considered automatically secure against network interception.

@shashi278 shashi278 pinned this issue Mar 28, 2021
@HeaTTheatR
Copy link
Author

HeaTTheatR commented Mar 28, 2021

@shashi278 This can hardly be explained to the user who will be using the application built with this library. This is a big problem at the moment.

@shashi278 shashi278 unpinned this issue Feb 21, 2022
@richkode
Copy link

richkode commented Feb 7, 2023

@shashi278 I think the issue could be solved by not calling that endpoint. You could just prepare the google login page URL for your app and open it where the call was made to the local server because all that endpoint is doing is creating the link and redirecting to that created link.

@shashi278
Copy link
Owner

@richkode I'll have to look into it to see if it can be achieved

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

3 participants