add: signal server

This commit is contained in:
Charles Hathaway
2023-09-20 22:09:15 -07:00
parent 922ba64a84
commit 9bbe917e59
25 changed files with 5097 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
syntax = "proto3";
package token;
message AuthToken {
string uid = 1;
string home = 2;
}