Hi there,
I have a react SPA and I would like to allow customers to sign up/sign in and be able to edit there user metadata. This is currently using the Auth0 Lock widget.
This application is part of a small microservices architecture and the API is managed separately. When a user logs in, I used to use the management api audience and that enabled them to edit their metadata via the client side. However, now that I am using the authorization extension combined with a custom API for access control on the server side - the management api requests now fail.
Can someone please advise?