Просмотр исходного кода

added missing dependencies

tags/v1.1.0^2
anastasijasavov 3 лет назад
Родитель
Сommit
2c01fe4fd1
2 измененных файлов: 5 добавлений и 0 удалений
  1. 1
    0
      IdentityProvider/IdentityProvider.csproj
  2. 4
    0
      IdentityProvider/Protos/auth.proto

+ 1
- 0
IdentityProvider/IdentityProvider.csproj Просмотреть файл

@@ -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 Просмотреть файл

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

message AuthResponse {
string code = 1;
}

message AccessResponse {
string access_token = 1;
}

Загрузка…
Отмена
Сохранить