Controllers may need to include additional checks as simply using requireAuthentication might not be sufficient protection in all cases
Originally created by @stephan418 on GitHub (May 30, 2022).
Original GitHub issue: https://github.com/detleph/server/issues/57
Controllers may need to include additional checks as simply using requireAuthentication might not be sufficient protection in all cases
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @stephan418 on GitHub (May 30, 2022).
Original GitHub issue: https://github.com/detleph/server/issues/57
Controllers may need to include additional checks as simply using requireAuthentication might not be sufficient protection in all cases
@stephan418 commented on GitHub (Jun 6, 2022):
Did you get to test this during your tests?
@stephan418 commented on GitHub (Jun 6, 2022):
@Flexla54
@Flexla54 commented on GitHub (Jun 7, 2022):
Yes