I am trying to build React + Django passwordless integration using custom UI.
I need to pass additional user metadata (eg. user's name) in the SignUp request from frontend to backend. And store those metadata into some other DB. How can I achieve this?
In the docs, it seems we can send some header values, but can we send it in request body instead? https://supertokens.com/docs/session/advanced-customizations/user-context/custom-request-properties