16 lines
647 B
Markdown
16 lines
647 B
Markdown
#Authentication Service
|
|
|
|
This service allows for creating, reading, updating, removing and otherwise managing users.
|
|
This service can be consumed using grpc or rest.
|
|
|
|
- /cmd - contains the main packages
|
|
- /config - contains configuration structs
|
|
- /errors - contains errors this service can return
|
|
- /etc - contains example configuration files
|
|
- /grpc - contains proto defintions and other exposure related topics.
|
|
- /internal - contains the service domain, operations and storage.
|
|
- /rest - contains a swagger file and other exposure related topics
|
|
|
|
|
|
Run this applicationg with the `--config` flag to point to the appropriate configuration file.
|