I am using Neo4J REST-services and passing encrypted username and password as a part of authentication header. But any other person will have access to my username and password as it is in javascript file.
Any suggestion on how can I protect my Neo4J credentials.
any other person will have access to my username and password as it is in javascript filecould you elaborate on that? Post some code, please.