These 4 commits are when the Protocol Buffers files have changed:
| Commit: | be11583 | |
|---|---|---|
| Author: | Denis Khrunov | |
| Committer: | Denis Khrunov | |
Server: Added new authorization process
The documentation is generated from this commit.
| Commit: | 01bfb83 | |
|---|---|---|
| Author: | Denis Khrunov | |
Server: migrating to microservices: - Added 3 microservices: `api-gateway`, `auth-ms` and `users-ms`; - Added gRPC for communication between microservices; - Added error handling in microservices and added conversion of exceptions from microservices to standard http exceptions on `api-gateway`;
| Commit: | e996c0c | |
|---|---|---|
| Author: | Denis Khrunov | |
Server: WIP: craeated gateway app and auth microservice app, complete protobuff config for auth microservice
| Commit: | f9bdead | |
|---|---|---|
| Author: | Denis Khrunov | |
WIP: update server dependencies and created new lib project for grpc protobuff files