-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use in mobile app #110
Comments
I have never done it myself but I know that people are successfully using app-claimed URLs - https://www.oauth.com/oauth2-servers/redirect-uris/redirect-uris-native-apps/ |
Yes, I've seen that page too. |
For posterity, this is the documentation I know of: |
Oh, and the AppAuth SDK for electron apps functions more like the server-side implementation of this library:
|
How can the fhir client be used in a mobile app, when using a framework like apache cordova??
When using the fhir client and have a patient/clinician login, there needs to be a redirect URL.
But if it is running in a mobile app, what can the redirect URL be, or is there another way to log a user in using username+password with the FHIR client?
The text was updated successfully, but these errors were encountered: