django-basicauth
django-basicauth copied to clipboard
Added the basic_auth_disabled decorator
Hey, I implemented another decorator which can be used to disable BasicAuth on a single view basis if it has been enabled globaly via the middleware integration. This fixes #10
Best, Felix