Closed jamieparkinson closed 2 years ago
Problem 1: Errors are returned by the Auth0Client, not thrown, so they were being swallowed. Problem 2: The deletion tracker was using the API's client credentials, which is (a) bad practice and (b) didn't have the delete:users scope.
Auth0Client
delete:users
Problem 1: Errors are returned by the
Auth0Client
, not thrown, so they were being swallowed. Problem 2: The deletion tracker was using the API's client credentials, which is (a) bad practice and (b) didn't have thedelete:users
scope.