How do I use Retool to connect to my Auth0 user database?

I am using Auth0 and I'd like to be able to manage/refer to users defined there in my Retool app. Is it me or is there no "easy" way to do this? As far as I can tell, either I need to create a Retool REST API resource for the Auth0 Management API and build a backend so that Auth0 can provide Management API tokens to Retool, or I need to migrate my user database into a Retool-supported database e.g. PostgreSQL instead of using Auth0's hosted database (which requires the expensive Professional Auth0 subscription). Or am I missing something?

Just to be clear, I'm not trying to use Auth0 to sign into Retool. I'm trying to use Retool to manage Auth0-hosted users.

Hi @john_gronska,

I don't recall Auth0 management counsel using a JWT, I thought it was a direct Bearer token needed which doesn't change until requested.

Regardless, yes you'll need to setup a Resource in ReTool to access that api and write code for your API calls to retrieve and work with that data.