You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
}
What do you think?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: