Metadata-Version: 1.1
Name: django-basicauthly
Version: 1.0.0a0
Summary: A module providing basic authentication support for Django
Home-page: https://github.com/matt-chalmers/django-basicauthly
Author: Matt Chalmers
Author-email: matt@barefootnomads.com
License: MIT
Description-Content-Type: UNKNOWN
Description: # django-basicauthly
        Basic Authentication support for Django
        
        ## Status
        
        WIP - currently supporting a soft authentication middleware only. See below.
        
        Lots of TODOs in motion to create more utils and options, as well as testing before publication.
        
        ## Notes
        
        In order to work alongside other authentication schemes and middleware, this middleware only performs authentication checks and a login() when basic auth credentials have actually been passed to the request. Else it just passes the request on unhindered so that other middleware can decide what to do.
            
        Should the Django session security module be installed it will keep it informed via set_last_activity.
            
        Should the Django rest framework be installed, we also provide a simple replacement for it's SessionAuthentication class that prevents csrf check failures.
        
Keywords: security authentication django basicauth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
