ndscheduler
ndscheduler copied to clipboard
implement basic authentication
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'
}