alex_empallo
05/08/2025, 4:04 PMPatient.active === false, ideally using just the patient user email before password entry.
I tried creating a Medplum bot that takes a Parameters input with the email and returns a boolean, but it fails because bots require authentication by the user who invoked them, and there's no session yet during the login flow. As a work around, I've tried to call the bot immediately following successful user login, but have been unable to get that to work either.
Is there a recommended way to enforce this kind of check?
Thank you!finnbergquist
05/08/2025, 5:27 PMfinnbergquist
05/08/2025, 5:28 PMfinnbergquist
05/08/2025, 5:37 PMalex_empallo
05/09/2025, 3:05 PMfinnbergquist
05/09/2025, 9:44 PM