Using passwords in dgraph

I Want to Do

How to use password in dgraph?Like MySQL, it needs to be verified by password,and I am not ready to use Enterprise ACL . :rofl:

What I Did

Please list the things you have tried.

Dgraph Metadata

dgraph version V20.03

You can use Poor-man’s auth* https://dgraph.io/docs/deploy/dgraph-administration/. In the future(no so long) it will protect queries and mutations. Not sure when this will be implemented.

Also, you can protect your DB using some technics like a reverse proxy, firewall. And the must recommended one, create an API in front of Dgraph and never expose the instances.

Thank you @MichelDiz for your help. I’ll try