Added support for auto provisioning

This commit is contained in:
stephb9959
2021-03-15 21:41:09 -07:00
parent 67c5d440c4
commit ac346353ad
10 changed files with 323 additions and 82 deletions

View File

@@ -41,7 +41,8 @@ namespace uCentral::Auth {
Service::Service() noexcept:
SubSystemServer("Authentication", "AUTH-SVR", "authentication"),
Secure_(true)
Secure_(true),
AutoProvisioning_(false)
{
}