Skip to content

Commit 1502bf4

Browse files
Update README.md
Co-authored-by: jimmyfagan <[email protected]>
1 parent 8892767 commit 1502bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def authorization_callback():
223223
scopes = auth_token.scope
224224

225225
# iterate scope entries here or check if a permission is in the scope
226-
if "patient/Patient.r" in scopes:
226+
if "patient/Patient.r" in scopes or "patient/Patient.rs" in scopes:
227227
# patient read access granted, similarly can check:
228228
# "patient/Patient.s", or "patient/Patient.rs"
229229

0 commit comments

Comments
 (0)