Closed publicqi closed 1 year ago
This PR is a breakdown of #85. It also contains #104.
In this PR, we added hidden user checks for all controllers. Hidden users do not have access to any of the endpoints.
Also, a new Exception class UserHiddenException is added.
UserHiddenException
In order to test locally, a helper function prototype in CurrentUserService is added.
CurrentUserService
This PR relates to #84, but this PR solely does not close it.
Overview
This PR is a breakdown of #85. It also contains #104.
In this PR, we added hidden user checks for all controllers. Hidden users do not have access to any of the endpoints.
Also, a new Exception class
UserHiddenException
is added.In order to test locally, a helper function prototype in
CurrentUserService
is added.Linked Issues
This PR relates to #84, but this PR solely does not close it.