User Accounts Microservice
User account management microservice.
-
Registers users and creates their accounts
-
Keeps key user descriptions and settings (about, location, language, theme, …)
-
Communication protocols: Direct, Commandable HTTP, Commandable GRPC, GRPC
-
Persistence: Memory, Flat Files, MongoDB, Couchbase
-
Deployment options: Monolith, Process, Docker, AWS Lambda
This microservice has optional dependencies on the following microservices:
- Party Activities - to log user activities (signup, signin, change settings)