wellcomecollection / identity

Identity services for Wellcome Collection users
MIT License
0 stars 2 forks source link

Fix deletion tracker #272

Closed jamieparkinson closed 2 years ago

jamieparkinson commented 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.