mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-23 04:10:28 +00:00
243ccade0b
Signed-off-by: Felix Gateru <felix.gateru@gmail.com> Signed-off-by: Arvindh <arvindh91@gmail.com> Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com> Co-authored-by: Arvindh <30824765+arvindh123@users.noreply.github.com> Co-authored-by: Felix Gateru <felix.gateru@gmail.com>
10 lines
372 B
Go
10 lines
372 B
Go
// Copyright (c) Abstract Machines
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package standalone contains implementation for auth service in
|
|
// single-user scenario. Running with a single user provides
|
|
// Clients as a standalone service with one admin user who
|
|
// manages all the Clients and Channels and does not
|
|
// require connection to Auth service.
|
|
package standalone
|