Open
Description
Requested by Konstantin: https://lists.ozlabs.org/pipermail/patchwork/2019-November/006369.html
Site admins may want to restrict API access to authenticated users only to control server load.
edit: Looks like with some settings in REST_FRAMEWORK, restricting to authenticated users is probably doable by setting the right default permission classes, and there's settings for throttling too. We should add a mention of this to the documentation for the sake of admins who are unfamiliar