Skip to content
Snippets Groups Projects
Commit 26b343e9 authored by Paul-Christian Volkmer's avatar Paul-Christian Volkmer
Browse files

Put all user relevant session information into UserService

All relevant information about users (e.g. session mebership) are
accessible via UserService.
The method IUserService::getCurrentUser provides information about
the actual logged in user. If no user is logged in, this method will
throw a UnauthorizedException which will end up in 401 HTTP error.
parent ebb8d87b
Showing
with 202 additions and 83 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment