I've started an embedded version of neo4j following the guide: Using Neo4j embedded in Java applications - Java Reference
I've also exposed the bolt port following: Bolt connector - Java Reference
I would like to ask if it is possible to enable the authentication for the bolt endpoint. I didn't find anything on the documentation/online
Thanks in advance