Commit Graph

13 Commits (687474b31c6cd67e093db193f2203bdda8536c91)

Author SHA1 Message Date
Rick Anderson 17cf8b11c7
Merge pull request #29715 from dotnet/dependabot/nuget/aspnetcore/grpc/authn-and-authz/sample/6.x/TicketerClient/Grpc.Net.Client-2.52.0
Bump Grpc.Net.Client from 2.43.0 to 2.52.0 in /aspnetcore/grpc/authn-and-authz/sample/6.x/TicketerClient
2023-07-05 11:31:04 -10:00
dependabot[bot] 2fc375deb0
Bump Grpc.Net.Client
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.43.0 to 2.52.0.
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.43.0...v2.52.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 20:46:30 +00:00
dependabot[bot] b5d0b6b025
Bump Grpc.Net.Client
Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.23.2 to 2.52.0.
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.23.2...v2.52.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-05 20:27:51 +00:00
kasperk81 b285c789c9
use correct framework (#27830) 2022-12-04 06:37:49 -06:00
Wade Pickett 783d16b386
gRPC Authentication & Authorization Version 6.0 update (#25628)
* gRPC Auth & Authz ver 6.0 update

* Apply suggestions from code review

Co-authored-by: James Newton-King <james@newtonking.com>

Co-authored-by: James Newton-King <james@newtonking.com>
2022-04-14 00:30:35 -07:00
Wade Pickett feec13d6bb
gRPC Auth update (#25614)
Just a prep PR adding monikers.
2022-04-12 15:16:06 -07:00
dependabot[bot] 90c74e5bee
Bump Microsoft.AspNetCore.Authentication.JwtBearer (#24836)
Bumps [Microsoft.AspNetCore.Authentication.JwtBearer](https://github.com/aspnet/AspNetCore) from 3.0.0 to 3.1.18.
- [Release notes](https://github.com/aspnet/AspNetCore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/aspnet/AspNetCore/compare/v3.0.0...v3.1.18)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 11:53:19 -10:00
James Newton-King b3b632f78a Update gRPC authentication sample to latest packages (#14867)
* Update gRPC authentication sample to latest packages

* Clean up
2019-10-07 11:01:26 -05:00
James Newton-King afccd5d255 Update gRPC package case (#14804) 2019-10-03 18:07:26 -05:00
Luke Latham b93ab83fb6 Pascal case placeholder names in log strings (#14508)
* Pascal case placeholder names in log strings

* Updates
2019-09-23 14:11:50 -10:00
James Newton-King 11364f7069 Fix gRPC samples (#13560) 2019-07-30 15:57:28 -07:00
James Newton-King a113e03bbb
Remove curly braces from proto rpcs (#13376) 2019-07-19 11:45:34 +12:00
James Newton-King 8a44d72461 Add gRPC authentication and authorization (#13151)
* Add gRPC authentication and authorization

* Clean up

* Clean up

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Andrew Stanton-Nurse <andrew@stanton-nurse.com>

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Update aspnetcore/grpc/authn-and-authz.md

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* Apply suggestions from code review

Co-Authored-By: Scott Addie <10702007+scottaddie@users.noreply.github.com>

* PR feedback

* Update authn-and-authz.md
2019-07-17 18:11:58 -07:00