Allow queryies for permission groups for anonymous users
requested to merge 67-implement-a-right-management-prototyp-allow-permission-group-query into 67-implement-a-right-management-prototyp
In https://gitlab.hzdr.de/hub-terra/sms/frontend/-/merge_requests/210#note_1387289 we currently have the problem in the frontend that it tries to query for permission groups even when not logged in. Currently this fails.
However, in order to show the groups also for anonymous users (as they are used as projects this is important) we need to allow that for everyone by removing the token check.
Edited by Nils Brinckmann