ndscheduler icon indicating copy to clipboard operation
ndscheduler copied to clipboard

implement basic authentication

Open micmejia opened this issue 8 years ago • 0 comments

Implement a basic authentication which is turned off by default.

To enable basic authentication, define the 'user' and 'pass' in the settings:

BASIC_AUTH_CONFIG = {
    'user': '',
    'pass': '',
    'realm': 'Nextdoor Scheduler'
}

micmejia avatar Jun 07 '17 01:06 micmejia