diff NEWS @ 72:e381ba725669

new PUT auth/tokens/{token-type} API route + updated interface with WebService
author Alain Mazy <am@osimis.io>
date Fri, 24 Feb 2023 18:13:36 +0100
parents 30fb3ce960d9
children aa73b10c2db9
line wrap: on
line diff
--- a/NEWS	Wed Feb 22 13:13:38 2023 +0100
+++ b/NEWS	Fri Feb 24 18:13:36 2023 +0100
@@ -1,7 +1,12 @@
-* new "orthanc-explorer-2" StandardConfigurations
-* new "auth/user-profile" Rest API route
+* BREAKING-CHANGE: the API between the authorization plugin and the 
+  WebService has slightly changed.  Check the samples in the README (TODO).
+  - "identifier" has been renamed into "server-id"
 * new user-permission based authorization model.  This is enabled if you
   define the new "WebServiceUserProfileUrl" configuration.
+* new "orthanc-explorer-2" StandardConfigurations
+* new GET "auth/user/profile" Rest API route to retrieve user permissions
+* new PUT "auth/tokens/{token-type}" Rest API route to create tokens
+
 
 2022-11-16 - v 0.4.1
 ====================