django-basicauth icon indicating copy to clipboard operation
django-basicauth copied to clipboard

Basic auth utilities for Django.

Results 2 django-basicauth issues
Sort by recently updated
recently updated
newest added

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...

Hi. Thanks for this package. I am using it to apply a basic auth restriction to staging deploys for a couple of my websites. I host my sites on AWS...