Update 'Documentation'

Konstantinos Triantafyllou 2021-10-04 14:52:28 +02:00
parent f2b87ee76d
commit 1418fecc31
1 changed files with 1 additions and 1 deletions

@ -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")