mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 19:57:23 +01:00
rework authentication
This commit is contained in:
parent
f9d9e2608e
commit
f278c5a762
17 changed files with 137 additions and 401 deletions
|
|
@ -4,12 +4,6 @@ option csharp_namespace = "MareSynchronosShared.Protos";
|
|||
|
||||
package mareservices;
|
||||
|
||||
service AuthService {
|
||||
rpc Authorize (stream AuthRequest) returns (stream AuthReply);
|
||||
rpc RemoveAuth (UidMessage) returns (Empty);
|
||||
rpc ClearUnauthorized (Empty) returns (Empty);
|
||||
}
|
||||
|
||||
service FileService {
|
||||
rpc UploadFile (stream UploadFileRequest) returns (Empty);
|
||||
rpc GetFileSizes (FileSizeRequest) returns (FileSizeResponse);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue