1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-27 13:48:49 +08:00
Dušan Borovčanin 39ae7bdfa1
NOISSUE - Refactor single-user mode (#1471)
* Refactor single user mode

Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>

* Fix Twins dependency

Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>

* Rename `single-user` to `standalone`

Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>

Co-authored-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2021-10-11 16:08:26 +02:00

10 lines
361 B
Go

// Copyright (c) Mainflux
// SPDX-License-Identifier: Apache-2.0
// Package standalone contains implementation for auth service in
// single-user scenario. Running with a single user provides
// Things as a standalone service with one admin user who
// manages all the Things and Channels and does not
// require connection to Auth service.
package standalone