Skip to content

Allow queryies for permission groups for anonymous users

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

Merge request reports