Support for multi-users and authentication for HTTP pages

This commit is contained in:
Fabio Manganiello 2019-07-15 14:12:00 +02:00
parent 674c164fc1
commit 1c1ecc18df
21 changed files with 669 additions and 175 deletions
docs/source

View file

@ -209,6 +209,7 @@ autodoc_mock_imports = ['googlesamples.assistant.grpc.audio_helpers',
'cv2',
'nfc',
'ndef',
'bcrypt',
]
sys.path.insert(0, os.path.abspath('../..'))