comparison 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
comparison
equal deleted inserted replaced
71:30fb3ce960d9 72:e381ba725669
1 * new "orthanc-explorer-2" StandardConfigurations 1 * BREAKING-CHANGE: the API between the authorization plugin and the
2 * new "auth/user-profile" Rest API route 2 WebService has slightly changed. Check the samples in the README (TODO).
3 - "identifier" has been renamed into "server-id"
3 * new user-permission based authorization model. This is enabled if you 4 * new user-permission based authorization model. This is enabled if you
4 define the new "WebServiceUserProfileUrl" configuration. 5 define the new "WebServiceUserProfileUrl" configuration.
6 * new "orthanc-explorer-2" StandardConfigurations
7 * new GET "auth/user/profile" Rest API route to retrieve user permissions
8 * new PUT "auth/tokens/{token-type}" Rest API route to create tokens
9
5 10
6 2022-11-16 - v 0.4.1 11 2022-11-16 - v 0.4.1
7 ==================== 12 ====================
8 13
9 * fix: get argument values were transformed to lower case 14 * fix: get argument values were transformed to lower case