Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow custom authentication and permission classes for docs view #5309

Closed
wants to merge 1 commit into from

Conversation

oxytocinlove
Copy link

Currently (in 3.6.3) no authentication or permission classes can be supplied to the SchemaView, so it always uses the defaults.

This is a problem if, for example, the default is token authentication but the docs should be exposed on the web, or if permissions to access the API docs should be different from permissions to make requests to the API.

This PR allows the authentication and permission classes to be explicitly specified as kwargs to include_docs_urls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants