Skip to content

Logged out update markers calls #2577

Ben requested to merge fix/logged-out-update-markers-2577 into master

Summary

Closes #2577 (closed)

In some weird set of circumstances, it appears that users can call the api/v1/groups/member endpoint while not logged in.

Steps to test

Neither I nor @brianhatchet have been able to replicate this locally.

Estimated Regression Scope

Not really much I can think of. It's just adding a logged in check to a function so that an endpoint with no purpose for a logged-out user, isn't called when logged out.

Merge request reports