Been using Neo4j community edition and desktop edition for years, so for a client project I am trying out Aura.
I have a report utility that runs tabular reports from graph data, and sometimes I include a column that has a hyperlink to open a visual graph using a specified query in the neo4j browser. I'm doing this pretty simply using: 1234abc.databases.neo4j.io/browser/?cmd=edit&arg=
When I used this with community edition, after authenticating, the credentials would remain cached for your session, so when you opened subsequent browser queries, it would already be logged in.
With aura I'm forced to login EVERY time. Is there a way to enable cached credentials in the browser?