We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, is there another way to avoid having the password in clear text within the index.html file? It looks very unsafe to me.
I know I could make sure to only use a view only user that has only access to the views we want to show, but that would still not satisfy me enough.
Any help? Thanks.
The text was updated successfully, but these errors were encountered:
Hi, You can create a proxy for the driver on a backend server and only use the credentials there.
Sorry, something went wrong.
Could you guide me a little more in that direction please? What is a driver proxy? Thanks.
I answered a bit quickly, a proxy might be hard to put in place on a backend server as you would have to support the full driver API.
You have other options detailed here: https://community.neo4j.com/t/protect-the-database-login-credentials-when-working-with-javascript/1052/3
In short you can
No branches or pull requests
Hi,
is there another way to avoid having the password in clear text within the index.html file?
It looks very unsafe to me.
I know I could make sure to only use a view only user that has only access to the views we want to show, but that would still not satisfy me enough.
Any help?
Thanks.
The text was updated successfully, but these errors were encountered: