We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug After update to 0.9.7 I receive 403 Forbidden on swagger-ui view.
403 Forbidden
swagger-ui
On my rest_framework settings I have:
"DEFAULT_PERMISSION_CLASSES": [ "rest_framework.permissions.IsAuthenticated", ]
And in SPECTACULAR_SETTINGS
SPECTACULAR_SETTINGS
"SERVE_PERMISSIONS": ['rest_framework.permissions.AllowAny']
Schema view works.
The text was updated successfully, but these errors were encountered:
Fix tfranzel#84
a7fca18
bugfix UI permissions #84
d1c5834
thank you that was an oversight on my part. testing with mocked settings is tricky so this case was not tested.
i fixed it slighly different. can you confirm that it works?
Sorry, something went wrong.
@tfranzel that's works!
No branches or pull requests
Describe the bug
After update to 0.9.7 I receive
403 Forbidden
onswagger-ui
view.On my rest_framework settings I have:
And in
SPECTACULAR_SETTINGS
Schema view works.
The text was updated successfully, but these errors were encountered: