Another small step in the right direction, this PR allows users to call the Auth0 Management API once they have secured an Access Token from Auth0, the management API is required to pull IDP tokens and enable the application to call on behalf of the user. I am still working out the best way to handle further backend items like removal of the base auth0user user migration which obviously cannot exist long term.
Another small step in the right direction, this PR allows users to call the Auth0 Management API once they have secured an Access Token from Auth0, the management API is required to pull IDP tokens and enable the application to call on behalf of the user. I am still working out the best way to handle further backend items like removal of the base
auth0user
user migration which obviously cannot exist long term.