Mercurial > hg > orthanc-authorization
changeset 91:50b18e7a254d
Added a default permission for /auth/tokens/ohif-viewer-publication
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 13 Apr 2023 15:43:27 +0200 |
parents | bb4c32b25c5d |
children | 8dc22bc353de |
files | NEWS Plugin/DefaultConfiguration.json |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Mon Mar 27 12:36:16 2023 +0200 +++ b/NEWS Thu Apr 13 15:43:27 2023 +0200 @@ -3,6 +3,7 @@ * Added a default permission for /toolk/bulk-delete * Added a default permission for /changes +* Added a default permission for /auth/tokens/ohif-viewer-publication 2023-03-17 - v 0.5.0
--- a/Plugin/DefaultConfiguration.json Mon Mar 27 12:36:16 2023 +0200 +++ b/Plugin/DefaultConfiguration.json Thu Apr 13 15:43:27 2023 +0200 @@ -69,7 +69,7 @@ ["put", "^/auth/tokens/(download-instant-link)$", "all|download"], // share a link to open a study - ["put", "^/auth/tokens/(stone-viewer-publication|meddream-viewer-publication|osimis-viewer-publication)$", "all|share"], + ["put", "^/auth/tokens/(stone-viewer-publication|meddream-viewer-publication|osimis-viewer-publication|ohif-viewer-publication)$", "all|share"], // uploads ["post", "^/instances$", "all|upload"],