feat: save current tailnet for subsequent requests

This commit is contained in:
Johan Siebens
2022-09-05 11:38:25 +02:00
parent d735974406
commit 25ee5a21a6
8 changed files with 50 additions and 24 deletions
+1
View File
@@ -9,4 +9,5 @@ message AuthenticationRequest {
message AuthenticationResponse {
string auth_url = 1;
string token = 2;
optional uint64 tailnet_id = 3;
}