openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
18 stars 10 forks source link

upgrade to buf/protovalidate #115

Open jon-whit opened 10 months ago

jon-whit commented 10 months ago

protoc-gen-validate is superseded in the community by the official buf/protovalidate package. The protovalidate package brings some nice additions that we should make use of. Namely, we can control the error message explicitly, and so this improves our API DX with error messages returned from the protobuf validation middleware layer.

See: