Procházet zdrojové kódy

added missing dependencies

tags/v1.1.0^2
anastasijasavov před 3 roky
rodič
revize
2c01fe4fd1

+ 1
- 0
IdentityProvider/IdentityProvider.csproj Zobrazit soubor

@@ -8,6 +8,7 @@

<ItemGroup>
<Protobuf Include="Protos\greet.proto" GrpcServices="Server" />
<Protobuf Include="Protos\auth.proto" GrpcServices="Server" />
</ItemGroup>

<ItemGroup>

+ 4
- 0
IdentityProvider/Protos/auth.proto Zobrazit soubor

@@ -19,4 +19,8 @@ message AuthParams{

message AuthResponse {
string code = 1;
}

message AccessResponse {
string access_token = 1;
}

Načítá se…
Zrušit
Uložit