server side user registration
# support
m
Hello, we are trying to integrate a user registration/login flow in our NestJs backend as a layer between medplum and our frontend application. Our approach is to use the medplum ts sdk in our backend to forward the registration/login to out self hosted medplum server. Unfortunately we had no luck in using functions like
Copy code
medplumClient.startNewUser()
It thows
Copy code
crypto is not defined
We followed the error to happen here: https://github.com/medplum/medplum/blob/main/packages/core/src/crypto.ts Are we doing something wrong?
d
Hello, Have you found a solution to this? I'm having the same issue