module
0.0.0-20231001100856-74c685c5095f
Repository: https://github.com/barpav/msg-users.git
Documentation: pkg.go.dev
# README
Users (messenger)
This is user management component of the Messenger pet-project.
Functions
-
User registration and deletion.
-
Storing user data (PostgreSQL).
-
Validating user credentials (including via gRPC API).
-
Basic user profile editing (changing user full name, profile picture, password).
-
Updating file usage statistics (RabbitMQ).
See microservice REST API and deployment diagram for details.