Auth0 as OAUTH Provider so Other Apps can Connect with my App

Hello, I was planning to open up my app for integrating with other applications and was thinking how am I supposed to pull this off?

Essentially, I’m looking at having users of App A have a button in their dashboard to Connect with My App.

App A can then make api calls to my server which is protected by Auth0 JWT authorizer in behalf of their users using refresh and access token.

How do I do this with Auth0?

If this can’t be done the way Google, Zoom etc. does this already. How can I still pull it off even with a bit of some manual configuration?

I don’t need automatic integrations as of the moment but would need to give access to a select key third party partners (which users authenticate to).