Hi @tfranzel, as you suggested [here](https://github.com/tfranzel/drf-spectacular/pull/916#issuecomment-1397765978), I tried to pass: ``` 'AUTHENTICATION_WHITELIST': [None] ``` in `SPECTACULAR_SETTINGS` to suppress the security scheme, but I am getting: ``` AttributeError: 'NoneType' object has no attribute 'rsplit' ``` I am using drf 3.14.
Hi @tfranzel, as you suggested here, I tried to pass:
in
SPECTACULAR_SETTINGSto suppress the security scheme, but I am getting:I am using drf 3.14.