I wanted to implement a simple Database connector for
JanusGraph. A basic for each connector for Database, may it be
relational or anything requires an authentication string. Is there any
way I can incorporate authentication for JanusGraph from inside Gremlin
Python? Or any other way to create authentication for JanusGraph. Having
a Java implementation is not a problem.