I tried OAuth2 early on, but couldn't get it to work. It was about 2 weeks ago, so I don't recall the specifics, but the issue was that the DrChrono site failed, giving the Bad Request message. I'm using a hack workaround for now that I'd like to get rid of. I tried MANY ways to get it to work, including running a web server in the app, and other OAuth libs as well. I did get it working with Postman, but that uses an http callback.
My app is to be used by patients. Is there a way to generate a login for patients so they can access information? Specifically, I want to be able to upload documents to their account.
If not, what I need is essentially server-to-server auth with no user interface, so I can proxy a doctor login for uploading a document for the patient.