Does Auth0 support Neo4j custom database login?

I was looking at https://manage.auth0.com/#/connections/database and noticed I can use my own database and the examples mentioned MySQL, MongoDB, etc.

I would like to use Neo4j however, but I looked at the link mentioned Redirecting to https://auth0-extensions.github.io/canirequire/ and it seems like it is not supported?

I’d need to use this: GitHub - neo4j/neo4j-javascript-driver: Neo4j Bolt driver for JavaScript

The module in question is indeed not listed among the ones available by default. Given that this module is aligned to the custom database use case that we already support I made an internal request to consider the possibility of making it available by default.

However, at this time I can’t provide a definitive timeline of if/when it will be available.

While we wait for neo4j javascript driver to be supported, you can make use of its REST API as an alternative. See related post here .