It would be great if we could hide the API behind a login that only allows superusers to login. I'm up for creating a PR. This functionality could be enabled via the settings:
REST_FRAMEWORK_DOCS = {
'PERMISSIONS_REQUIRED': True # Set the default to True perhaps?
}
It would be great if we could hide the API behind a login that only allows superusers to login. I'm up for creating a PR. This functionality could be enabled via the settings:
What do you think?