I’m just learning how to hook up my ReactJS frontend to a Node.JS /Express backend, using the Auth0 SDK.
So far, so good in terms of creating users and adding user_metadata / user_appdata via the Auth0 console and User Management API; but I would like to allow my website Admins to create users from a frontend form via the Auth0 API.
I can’t find any code samples or tutorial videos to help me get on the right track. Feeling kinda lost right now. Any help would be greatly appreciated.
Thanks in advance, Carlos