From 1418fecc31f7eb3fc769cab72f453fa8f77a267c Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Mon, 4 Oct 2021 14:52:28 +0200 Subject: [PATCH] Update 'Documentation' --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index e84b1c9..53bb871 100644 --- a/Documentation.md +++ b/Documentation.md @@ -26,7 +26,7 @@ OpenAIRE services are using Spring Security to authenticate users and check thei ``` ## Role Management -This service provides 4 controllers with methods to create, assign or revoke roles from users and retrieve information regarding users with a specific Authority. Add session id in a header named "session" in order to use logged in user instead of a user with a specific email. +This service provides 4 controllers with methods to create, assign or revoke roles from users and retrieve information regarding users with a specific Authority. Add session id in a header named "session" in order to use logged in user instead of a user with a specific email. If Authorities' list of a user has been changed, the his active sessions will be updated automatically from this service. ### Curator Controller ("/curator")