Files
dotnet-cqrs/Svrnty.CQRS.Grpc.Generators
david.nguyen 18f81a28e8
Publish NuGets / build (release) Successful in 44s
Add authorization checks to gRPC service implementations
- Add ICommandAuthorizationService check to CommandServiceImpl
- Add IQueryAuthorizationService check to QueryServiceImpl
- Add IQueryAuthorizationService check to DynamicQueryServiceImpl
- Return Unauthenticated/PermissionDenied gRPC status codes
- Use global:: prefix for Grpc.Core namespace to avoid conflicts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 14:18:07 -05:00
..