goodhamgupta / authzed_ex

Unofficial SpiceDB client library for Elixir
Apache License 2.0
11 stars 8 forks source link

Feature request: option to pass through `GRPC.Stub.connect/2` options when creating Authzed Client #24

Open pwcsquared opened 2 weeks ago

pwcsquared commented 2 weeks ago

There are several options that are supported when calling GRPC.Stub.connect that would be very nice to have access to when calling Authzed.Api.V1.Client.new/2 and new/3:

https://hexdocs.pm/grpc/GRPC.Stub.html#connect/2-options

pwcsquared commented 2 weeks ago

I'm happy to open a PR that does this!