Metadata-Version: 2.1
Name: django_masterpass
Version: 0.0.1
Summary: Django master password
Home-page: https://github.com/ulkoart/django-masterpass
Author: Artem Ulko
Author-email: ulkoart@gmail.com
License: MIT
Description: # django-masterpass
        
        ## Installation
        
        ###Install with pip:
        
            pip install django-masterpass
            
        ##Usage:
        
        add in `AUTHENTICATION_BACKEND` setting value `django_masterpass.auth.MasterPass`:
        
                AUTHENTICATION_BACKEND = [..., 'django_masterpass.auth.MasterPass']            
            
        add in settings value MASTER_PASS:
            
            MASTER_PASS='password'
Keywords: django master password authentication authentication_backends
Platform: UNKNOWN
Description-Content-Type: text/markdown
