Explorar el Código

added missing dependencies

tags/v1.1.0^2
anastasijasavov hace 3 años
padre
commit
2c01fe4fd1

+ 1
- 0
IdentityProvider/IdentityProvider.csproj Ver fichero

@@ -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 Ver fichero

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

message AuthResponse {
string code = 1;
}

message AccessResponse {
string access_token = 1;
}

Cargando…
Cancelar
Guardar