We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8892767 commit 1502bf4Copy full SHA for 1502bf4
README.md
@@ -223,7 +223,7 @@ def authorization_callback():
223
scopes = auth_token.scope
224
225
# iterate scope entries here or check if a permission is in the scope
226
- if "patient/Patient.r" in scopes:
+ if "patient/Patient.r" in scopes or "patient/Patient.rs" in scopes:
227
# patient read access granted, similarly can check:
228
# "patient/Patient.s", or "patient/Patient.rs"
229
0 commit comments